aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
Diffstat (limited to 'awk.h')
-rw-r--r--awk.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/awk.h b/awk.h
index bc9ff9dc..8b3e23d7 100644
--- a/awk.h
+++ b/awk.h
@@ -298,7 +298,8 @@ typedef union bucket_item {
enum commenttype {
EOL_COMMENT = 1,
- BLOCK_COMMENT
+ BLOCK_COMMENT,
+ FOR_COMMENT // special case
};
/* string hash table */