Skip to content
GitLab
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
ce9ad251
Commit
ce9ad251
authored
Oct 21, 2013
by
John van Groningen
Browse files
rename parameter inline to inlineFlag, because it is now a keyword (since c99)
parent
f29e38a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
backendC/CleanCompilerSources/backend.h
View file @
ce9ad251
...
...
@@ -517,7 +517,7 @@ Clean (BENodeIds:: BENodeIdListP BENodeIdListP BackEnd -> (BENodeIdListP, BackEn
BENodeIdListP
BENoNodeIds
(
void
);
Clean
(
BENoNodeIds
::
BackEnd
->
(
BENodeIdListP
,
BackEnd
))
BECodeBlockP
BEAbcCodeBlock
(
int
inline
,
BEStringListP
instructions
);
BECodeBlockP
BEAbcCodeBlock
(
int
inline
Flag
,
BEStringListP
instructions
);
Clean
(
BEAbcCodeBlock
::
Bool
BEStringListP
BackEnd
->
(
BECodeBlockP
,
BackEnd
))
BECodeBlockP
BEAnyCodeBlock
(
BECodeParameterP
inParams
,
BECodeParameterP
outParams
,
BEStringListP
instructions
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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