diff options
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> |