changeset 2293:d68da7d92089

use double quotes, not single quotes around syntax-error-evoking string
author Jim Meyering <jim@meyering.net>
date Sun, 27 Feb 2000 17:54:25 +0000
parents 3ca6e4afd9f8
children 32a3de088d60
files lib/backupfile.c lib/hash.c lib/human.c lib/same.c lib/strtoumax.c
diffstat 5 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/lib/backupfile.c
+++ b/lib/backupfile.c
@@ -65,7 +65,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 ();
--- a/lib/hash.c
+++ b/lib/hash.c
@@ -36,14 +36,14 @@
 #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 ();
--- a/lib/human.c
+++ b/lib/human.c
@@ -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 ();
--- a/lib/same.c
+++ b/lib/same.c
@@ -50,7 +50,7 @@
 #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 ();
--- a/lib/strtoumax.c
+++ b/lib/strtoumax.c
@@ -38,14 +38,14 @@
 #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));