aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-07-15 15:11:28 +0300
committerArnold D. Robbins <arnold@skeeve.com>2011-07-15 15:11:28 +0300
commit84658669a180b3f1e63d20b6ea166f7c5733786b (patch)
tree325c2cca89d5cd32f149d3bb472466461bd9f987 /awk.h
parente0fb5433dc35f18d6a69a916f5bf4e90c796c356 (diff)
downloadegawk-84658669a180b3f1e63d20b6ea166f7c5733786b.tar.gz
egawk-84658669a180b3f1e63d20b6ea166f7c5733786b.tar.bz2
egawk-84658669a180b3f1e63d20b6ea166f7c5733786b.zip
First set of minor fixes on 4.0 Stable.
Diffstat (limited to 'awk.h')
-rw-r--r--awk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/awk.h b/awk.h
index 25abf419..2d13a213 100644
--- a/awk.h
+++ b/awk.h
@@ -67,7 +67,7 @@
#if defined(HAVE_STDARG_H)
#include <stdarg.h>
#else
-#error "gawk no loner supports <varargs.h>. Please update your compiler and runtime"
+#error "gawk no longer supports <varargs.h>. Please update your compiler and runtime"
#endif
#include <signal.h>
#include <time.h>