Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4da5714

Browse files
committed
long long cleanup
1 parent 36ef34d commit 4da5714

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/include/config.h.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,8 @@ extern void srandom(int seed);
223223
#undef HAVE_LONG_INT_64
224224

225225
/* Set to 1 if type "long long int" works and is 64 bits */
226-
#undef HAVE_LONG_LONG_INT_64
226+
#undef HAVE_LONG_LONG_INT_64_Ld
227+
#undef HAVE_LONG_LONG_INT_64_qd
227228

228229
/*
229230
* Code below this point should not require changes

0 commit comments

Comments
 (0)