diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/awk.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/awk.c b/editors/awk.c index f331a33fa..1bdb9b924 100644 --- a/editors/awk.c +++ b/editors/awk.c @@ -11,6 +11,8 @@ #include "xregex.h" #include <math.h> +/* This is a NOEXEC applet. Be very careful! */ + #define MAXVARFMT 240 #define MINNVBLOCK 64 |