diff options
Diffstat (limited to 'qualifiers.txt')
-rw-r--r-- | qualifiers.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qualifiers.txt b/qualifiers.txt index 835a5f5..18c447f 100644 --- a/qualifiers.txt +++ b/qualifiers.txt @@ -22,7 +22,6 @@ structure of blocks: (block start) interface (defword) - enum (defword) (return type list) loop (bool params) (loop rets) if (bool params) @@ -60,6 +59,7 @@ keyword statements: delete (list of defwords)* struct (defword) (struct params)* +enum (defword) (return type list) (enum values) continue break label (defword) |