diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-07-15 15:11:28 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-07-15 15:11:28 +0300 |
commit | 84658669a180b3f1e63d20b6ea166f7c5733786b (patch) | |
tree | 325c2cca89d5cd32f149d3bb472466461bd9f987 /awk.h | |
parent | e0fb5433dc35f18d6a69a916f5bf4e90c796c356 (diff) | |
download | egawk-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |