diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -# $Id: configure,v 1.73 2002/08/20 17:49:38 ukai Exp $ +# $Id: configure,v 1.74 2002/09/09 13:48:11 ukai Exp $ # Configuration. # @@ -1316,7 +1316,7 @@ EOF #include <limits.h> main() { - const char *s = "1" + const char *s = "1"; quad_t q = strtoq(s, NULL, 10); } EOF |