aboutsummaryrefslogtreecommitdiff
path: root/backendC/CleanCompilerSources/backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'backendC/CleanCompilerSources/backend.h')
-rw-r--r--backendC/CleanCompilerSources/backend.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/backendC/CleanCompilerSources/backend.h b/backendC/CleanCompilerSources/backend.h
index c042903..9154f03 100644
--- a/backendC/CleanCompilerSources/backend.h
+++ b/backendC/CleanCompilerSources/backend.h
@@ -129,8 +129,7 @@ enum {
BERedIdType,
BENrOfBasicTypes,
- BEIntDenot, BEBoolDenot, BECharDenot, BERealDenot,
- BENrOfBasicDenots,
+ BEIntDenot, BEBoolDenot, BECharDenot, BERealDenot, BEIntegerDenot,
BEStringDenot,
BEFunType, BEArrayType, BEStrictArrayType, BEUnboxedArrayType, BEListType, BETupleType, BEEmptyType,
@@ -165,7 +164,6 @@ enum {
typedef int BESpecialIdentIndex;
Clean (::BESpecialIdentIndex :== Int)
enum {
- /* StdMisc */
BESpecialIdentStdMisc, BESpecialIdentAbort, BESpecialIdentUndef,
BESpecialIdentStdBool, BESpecialIdentAnd, BESpecialIdentOr,