diff options
author | ronny | 2001-07-13 12:24:11 +0000 |
---|---|---|
committer | ronny | 2001-07-13 12:24:11 +0000 |
commit | 265ddc0c5aa02138009ef9e0ec4316633c3cc6e0 (patch) | |
tree | 9f80d1c7754dac9ce482462b4aaa56a79e78db04 /backend/backend.icl | |
parent | bug 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.icl')
-rw-r--r-- | backend/backend.icl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/backend/backend.icl b/backend/backend.icl index 2331389..faebfef 100644 --- a/backend/backend.icl +++ b/backend/backend.icl @@ -709,9 +709,9 @@ BEDynamicTempTypeSymbol a0 = code { ccall BEDynamicTempTypeSymbol ":I:I" }; // BESymbolP BEDynamicTempTypeSymbol (); -kBEVersionCurrent:==0x02000210; -kBEVersionOldestDefinition:==0x02000210; -kBEVersionOldestImplementation:==0x02000210; +kBEVersionCurrent:==0x02000211; +kBEVersionOldestDefinition:==0x02000211; +kBEVersionOldestImplementation:==0x02000211; kBEDebug:==1; kPredefinedModuleIndex:==1; BENoAnnot:==0; |