Skip to content

Commit 21090fc

Browse files
committed
Move typedef
1 parent 4ab21f7 commit 21090fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Python/dtoa.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@
122122
#include "pycore_pystate.h" // _PyInterpreterState_GET()
123123
#include <stdlib.h> // exit()
124124

125-
typedef uint32_t ULong;
126125

127126
/* if _PY_SHORT_FLOAT_REPR == 0, then don't even try to compile
128127
the following code */
@@ -159,7 +158,7 @@ typedef uint32_t ULong;
159158
#endif
160159

161160

162-
// ULong is defined in pycore_dtoa.h.
161+
typedef uint32_t ULong;
163162
typedef int32_t Long;
164163
typedef uint64_t ULLong;
165164

0 commit comments

Comments
 (0)