diff options
Diffstat (limited to 'frontend/syntax.icl')
-rw-r--r-- | frontend/syntax.icl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/syntax.icl b/frontend/syntax.icl index 4556d5a..c46ffeb 100644 --- a/frontend/syntax.icl +++ b/frontend/syntax.icl @@ -1077,6 +1077,9 @@ cIsNotStrict :== False , case_default :: !Optional Expression , case_ident :: !Optional Ident , case_info_ptr :: !ExprInfoPtr +// RWS ... + , case_explicit :: !Bool +// ... RWS , case_default_pos:: !Position } |