use double quotes, not single quotes around syntax-error-evoking string
authorJim Meyering <jim@meyering.net>
Sun, 27 Feb 2000 17:54:25 +0000 (17:54 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 27 Feb 2000 17:54:25 +0000 (17:54 +0000)
lib/backupfile.c
lib/hash.c
lib/human.c
lib/same.c
lib/strtoumax.c

index 94f22deb610ba27b779fcae583b127b2e8b05b74..559b4bd6150b01234ab2b5f7f9a95068be678a8d 100644 (file)
@@ -65,7 +65,7 @@ char *malloc ();
 #endif
 
 #ifndef HAVE_DECL_GETENV
-'this configure-time declaration test was not run'
+"this configure-time declaration test was not run"
 #endif
 #if !HAVE_DECL_GETENV
 char *getenv ();
index b07e3e1753e007a7ab1effcc5d9e4d2e936d5a80..1d7a59d113d6bf1c5a000ebf147cdcf888e834d2 100644 (file)
@@ -36,14 +36,14 @@ typedef enum {false = 0, true = 1} bool;
 #include <assert.h>
 
 #ifndef HAVE_DECL_FREE
-'this configure-time declaration test was not run'
+"this configure-time declaration test was not run"
 #endif
 #if !HAVE_DECL_FREE
 void free ();
 #endif
 
 #ifndef HAVE_DECL_MALLOC
-'this configure-time declaration test was not run'
+"this configure-time declaration test was not run"
 #endif
 #if !HAVE_DECL_MALLOC
 char *malloc ();
index 9c2c16afd2a9cf1c8d9c9f0fd9e7be4325916af9..5cfbce9df4ddef46b66ab67d8b1216f759344985 100644 (file)
@@ -44,7 +44,7 @@
 #endif
 
 #ifndef HAVE_DECL_GETENV
-'this configure-time declaration test was not run'
+"this configure-time declaration test was not run"
 #endif
 #if !HAVE_DECL_GETENV
 char *getenv ();
index cdf6452b23bc9caeead4ba04870d1aab8f760372..1cfb69322c939c22912da9ab73ff598daf57d268 100644 (file)
@@ -50,7 +50,7 @@ extern int errno;
 #define STREQ(a, b) (strcmp ((a), (b)) == 0)
 
 #ifndef HAVE_DECL_FREE
-'this configure-time declaration test was not run'
+"this configure-time declaration test was not run"
 #endif
 #if !HAVE_DECL_FREE
 void free ();
index 22b9a3d8dc28f99461d667dc0902b5b7430d16e2..1041b99c57706a43d48e3752b1a5100dee76a07f 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));