Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
8f6d5c54
Commit
8f6d5c54
authored
Jun 17, 2002
by
John van Groningen
Browse files
moved _ to next line
parent
2b21a722
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/parse.icl
View file @
8f6d5c54
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment