Skip to content

Commit a752e32

Browse files
committed
%lld fix.
1 parent 8133867 commit a752e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/config.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ 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_Ld
226+
#undef HAVE_LONG_LONG_INT_64_lld
227227
#undef HAVE_LONG_LONG_INT_64_qd
228228

229229
/*

0 commit comments

Comments
 (0)