use double quotes, not single quotes around syntax-error-evoking string
[gnulib.git] / lib / strtoumax.c
index 22b9a3d..1041b99 100644 (file)
 #endif
 
 #ifndef HAVE_DECL_STRTOUL
-'this configure-time declaration test was not run'
+"this configure-time declaration test was not run"
 #endif
 #if !HAVE_DECL_STRTOUL
 unsigned long long strtoul PARAMS ((char const *, char **, int));
 #endif
 
 #ifndef HAVE_DECL_STRTOULL
-'this configure-time declaration test was not run'
+"this configure-time declaration test was not run"
 #endif
 #if !HAVE_DECL_STRTOULL
 unsigned long long strtoull PARAMS ((char const *, char **, int));