diff options
Diffstat (limited to 'backend/backend.dcl')
-rw-r--r-- | backend/backend.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/backend.dcl b/backend/backend.dcl index e396d98..ea676c1 100644 --- a/backend/backend.dcl +++ b/backend/backend.dcl @@ -288,7 +288,7 @@ BEDeclareDynamicTypeSymbol :: !Int !Int !BackEnd -> BackEnd; // void BEDeclareDynamicTypeSymbol (int typeIndex,int moduleIndex); BEDynamicTempTypeSymbol :: !BackEnd -> (!BESymbolP,!BackEnd); // BESymbolP BEDynamicTempTypeSymbol (); -kBEVersionCurrent:==0x02030407; +kBEVersionCurrent:==0x02100400; kBEVersionOldestDefinition:==0x02030407; kBEVersionOldestImplementation:==0x02030407; kBEDebug:==1; |