diff options
author | ronny | 2001-06-25 16:16:00 +0000 |
---|---|---|
committer | ronny | 2001-06-25 16:16:00 +0000 |
commit | c63878b450689f29ae03a04a9767a5d85893ead6 (patch) | |
tree | c60f752174d696652475503d0b9480c74983c4a3 /backend/backend.icl | |
parent | also add pattern variables in Cases to cp_local_vars (diff) |
generate .depend for current dcl module
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@504 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backend/backend.icl')
-rw-r--r-- | backend/backend.icl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/backend.icl b/backend/backend.icl index 6fd12cc..3381d4a 100644 --- a/backend/backend.icl +++ b/backend/backend.icl @@ -671,9 +671,9 @@ BEDynamicTempTypeSymbol a0 = code { ccall BEDynamicTempTypeSymbol ":I:I" }; // BESymbolP BEDynamicTempTypeSymbol (); -kBEVersionCurrent:==0x02000208; +kBEVersionCurrent:==0x02000209; kBEVersionOldestDefinition:==0x02000204; -kBEVersionOldestImplementation:==0x02000208; +kBEVersionOldestImplementation:==0x02000209; kBEDebug:==1; kPredefinedModuleIndex:==1; BENoAnnot:==0; |