diff options
author | johnvg | 2007-04-11 13:57:11 +0000 |
---|---|---|
committer | johnvg | 2007-04-11 13:57:11 +0000 |
commit | e10655e369a24770cf702250975ffdb7f6b40c62 (patch) | |
tree | 935278990177d34390540bec9fa66b15375f94bb /frontend/syntax.dcl | |
parent | rename field cons_index as cons_number (diff) |
remove string in AP_Empty constructor
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1666 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/syntax.dcl')
-rw-r--r-- | frontend/syntax.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/syntax.dcl b/frontend/syntax.dcl index e40484f..3cbafa0 100644 --- a/frontend/syntax.dcl +++ b/frontend/syntax.dcl @@ -672,7 +672,7 @@ pIsSafe :== True | AP_Dynamic !AuxiliaryPattern !DynamicType !OptionalVariable | AP_Constant !AP_Kind !(Global DefinedSymbol) !Priority | AP_WildCard !OptionalVariable - | AP_Empty !{#Char} + | AP_Empty :: AP_Kind = APK_Constructor !Index | APK_Macro !Bool // is_dcl_macro |