diff options
author | johnvg | 2002-06-17 10:39:18 +0000 |
---|---|---|
committer | johnvg | 2002-06-17 10:39:18 +0000 |
commit | d1da274fc087b85698476f11f6911ad981609a55 (patch) | |
tree | a63d27062ebbdc78c1c62695a73bd0b9fd34dd0c /frontend/parse.icl | |
parent | made Clean 2.0 compatible (diff) |
moved _ to next line
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1095 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/parse.icl')
-rw-r--r-- | frontend/parse.icl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/parse.icl b/frontend/parse.icl index 6462d47..00e8770 100644 --- a/frontend/parse.icl +++ b/frontend/parse.icl @@ -530,7 +530,8 @@ where -> (PE_List [PE_Ident cons_CONS_ident, geninfo_arg], pState) | type_name == type_FIELD_ident # (cons_FIELD_ident, pState) = stringToIdent "GenericFieldInfo" IC_Expression pState - -> (PE_List [PE_Ident cons_FIELD_ident, geninfo_arg], pState) _ + -> (PE_List [PE_Ident cons_FIELD_ident, geninfo_arg], pState) + _ | otherwise -> (geninfo_arg, pState) | otherwise |