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
0383a206
Commit
0383a206
authored
Apr 21, 2021
by
John van Groningen
Browse files
fix for previous commit, rename BENothingSymb to BENoneSymb in backend.h
parent
ee9ae66b
Changes
1
Hide whitespace changes
Inline
Side-by-side
backendC/CleanCompilerSources/backend.h
View file @
0383a206
...
@@ -114,7 +114,7 @@ enum {
...
@@ -114,7 +114,7 @@ enum {
BEIntegerDenot
,
BEIntegerDenot
,
BEStringDenot
,
BEStringDenot
,
BETupleSymb
,
BETupleSymb
,
BEConsSymb
,
BEJustSymb
,
BENilSymb
,
BENo
thing
Symb
,
BEConsSymb
,
BEJustSymb
,
BENilSymb
,
BENo
ne
Symb
,
BEApplySymb
,
BEIfSymb
,
BEFailSymb
BEApplySymb
,
BEIfSymb
,
BEFailSymb
};
};
...
...
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