| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -17,8 +17,8 @@ extern "C" { | |||
| 17 | 17 | store a duration, and so indirectly a date (related to another date, like | |
| 18 | 18 | UNIX epoch). */ | |
| 19 | 19 | typedef int64_t _PyTime_t; | |
| 20 | - #define _PyTime_MIN PY_LLONG_MIN | ||
| 21 | - #define _PyTime_MAX PY_LLONG_MAX | ||
| 20 | + #define _PyTime_MIN INT64_MIN | ||
| 21 | + #define _PyTime_MAX INT64_MAX | ||
| 22 | 22 | ||
| 23 | 23 | typedef enum { | |
| 24 | 24 | /* Round towards minus infinity (-inf). | |
| Back | FazBrowse Home | New Git URL |
0 commit comments