diff options
Diffstat (limited to 'awk.h')
-rw-r--r-- | awk.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -298,7 +298,8 @@ typedef union bucket_item { enum commenttype { EOL_COMMENT = 1, - BLOCK_COMMENT + BLOCK_COMMENT, + FOR_COMMENT // special case }; /* string hash table */ |