aboutsummaryrefslogtreecommitdiff
path: root/editors/awk.c
diff options
context:
space:
mode:
Diffstat (limited to 'editors/awk.c')
-rw-r--r--editors/awk.c2
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