diff options
| author | Jim Meyering <jim@meyering.net> | 2000-02-27 17:54:25 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2000-02-27 17:54:25 +0000 |
| commit | 4fef810c37ba226a2d0437995a3fef9c72fd124c (patch) | |
| tree | 9be07231e4374ee8afe79d1e67ced319b267dbb5 /lib/strtoumax.c | |
| parent | *** empty log message *** (diff) | |
| download | coreutils-4fef810c37ba226a2d0437995a3fef9c72fd124c.tar.gz coreutils-4fef810c37ba226a2d0437995a3fef9c72fd124c.zip | |
use double quotes, not single quotes around syntax-error-evoking string
Diffstat (limited to 'lib/strtoumax.c')
| -rw-r--r-- | lib/strtoumax.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/strtoumax.c b/lib/strtoumax.c index 22b9a3d8d..1041b99c5 100644 --- 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)); |
