aboutsummaryrefslogtreecommitdiff
path: root/backend/backend.dcl
diff options
context:
space:
mode:
authorronny2001-07-13 12:24:11 +0000
committerronny2001-07-13 12:24:11 +0000
commit265ddc0c5aa02138009ef9e0ec4316633c3cc6e0 (patch)
tree9f80d1c7754dac9ce482462b4aaa56a79e78db04 /backend/backend.dcl
parentbug fix: reverse order of functions (in components) (diff)
bug fix: reverse order of functions (in components)
new backend version (2.0d11) git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@545 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backend/backend.dcl')
-rw-r--r--backend/backend.dcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/backend/backend.dcl b/backend/backend.dcl
index 9a398fe..5bbb0ef 100644
--- a/backend/backend.dcl
+++ b/backend/backend.dcl
@@ -261,9 +261,9 @@ BEDeclareDynamicTypeSymbol :: !Int !Int !BackEnd -> BackEnd;
// void BEDeclareDynamicTypeSymbol (int typeIndex,int moduleIndex);
BEDynamicTempTypeSymbol :: !BackEnd -> (!BESymbolP,!BackEnd);
// BESymbolP BEDynamicTempTypeSymbol ();
-kBEVersionCurrent:==0x02000210;
-kBEVersionOldestDefinition:==0x02000210;
-kBEVersionOldestImplementation:==0x02000210;
+kBEVersionCurrent:==0x02000211;
+kBEVersionOldestDefinition:==0x02000211;
+kBEVersionOldestImplementation:==0x02000211;
kBEDebug:==1;
kPredefinedModuleIndex:==1;
BENoAnnot:==0;