aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorjohnvg2001-09-03 15:09:11 +0000
committerjohnvg2001-09-03 15:09:11 +0000
commitb9ff9a325a065b305388f1bfa817ad365cb4552e (patch)
tree20899a750a7ba483c1ea8acf3e74993e065f3837 /backend
parentprint same error as Clean 1.3 when a module cannot be opened (diff)
new version number
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@734 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backend')
-rw-r--r--backend/backend.dcl6
-rw-r--r--backend/backend.icl6
2 files changed, 6 insertions, 6 deletions
diff --git a/backend/backend.dcl b/backend/backend.dcl
index 0a07b81..0cb88e6 100644
--- a/backend/backend.dcl
+++ b/backend/backend.dcl
@@ -277,9 +277,9 @@ BEDeclareDynamicTypeSymbol :: !Int !Int !BackEnd -> BackEnd;
// void BEDeclareDynamicTypeSymbol (int typeIndex,int moduleIndex);
BEDynamicTempTypeSymbol :: !BackEnd -> (!BESymbolP,!BackEnd);
// BESymbolP BEDynamicTempTypeSymbol ();
-kBEVersionCurrent:==0x02000211;
-kBEVersionOldestDefinition:==0x02000211;
-kBEVersionOldestImplementation:==0x02000211;
+kBEVersionCurrent:==0x02000212;
+kBEVersionOldestDefinition:==0x02000212;
+kBEVersionOldestImplementation:==0x02000212;
kBEDebug:==1;
kPredefinedModuleIndex:==1;
BENoAnnot:==0;
diff --git a/backend/backend.icl b/backend/backend.icl
index 993c8c5..519acac 100644
--- a/backend/backend.icl
+++ b/backend/backend.icl
@@ -753,9 +753,9 @@ BEDynamicTempTypeSymbol a0 = code {
ccall BEDynamicTempTypeSymbol ":I:I"
};
// BESymbolP BEDynamicTempTypeSymbol ();
-kBEVersionCurrent:==0x02000211;
-kBEVersionOldestDefinition:==0x02000211;
-kBEVersionOldestImplementation:==0x02000211;
+kBEVersionCurrent:==0x02000212;
+kBEVersionOldestDefinition:==0x02000212;
+kBEVersionOldestImplementation:==0x02000212;
kBEDebug:==1;
kPredefinedModuleIndex:==1;
BENoAnnot:==0;