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
41a8ced3
Commit
41a8ced3
authored
Dec 19, 2008
by
John van Groningen
Browse files
remove NR_Of_Basic_Denots, BENrOfBasicDenots
parent
83df62e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
backendC/CleanCompilerSources/backend.c
View file @
41a8ced3
...
...
@@ -3554,7 +3554,6 @@ CheckBEEnumTypes (void)
Assert
(
bool_denot
==
BEBoolDenot
);
Assert
(
char_denot
==
BECharDenot
);
Assert
(
real_denot
==
BERealDenot
);
Assert
(
Nr_Of_Basic_Denots
==
BENrOfBasicDenots
);
Assert
(
string_denot
==
BEStringDenot
);
Assert
(
fun_type
==
BEFunType
);
Assert
(
array_type
==
BEArrayType
);
...
...
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