From d1da274fc087b85698476f11f6911ad981609a55 Mon Sep 17 00:00:00 2001 From: johnvg Date: Mon, 17 Jun 2002 10:39:18 +0000 Subject: moved _ to next line git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1095 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- frontend/parse.icl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontend') 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 -- cgit v1.2.3