Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
27462750
Commit
27462750
authored
May 09, 2001
by
Ronny Wichers Schreur
🏢
Browse files
corrected version number
parent
9e3dde86
Changes
2
Hide whitespace changes
Inline
Side-by-side
backend/backend.dcl
View file @
27462750
...
...
@@ -239,8 +239,8 @@ BEDeclareDynamicTypeSymbol :: !Int !Int !BackEnd -> BackEnd;
BEDynamicTempTypeSymbol
::
!
BackEnd
->
(!
BESymbolP
,!
BackEnd
);
// BESymbolP BEDynamicTempTypeSymbol ();
kBEVersionCurrent
:==
0x02000207
;
kBEVersionOldestDefinition
:==
0x0200020
7
;
kBEVersionOldestImplementation
:==
0x0200020
7
;
kBEVersionOldestDefinition
:==
0x0200020
4
;
kBEVersionOldestImplementation
:==
0x0200020
6
;
kBEDebug
:==
1
;
kPredefinedModuleIndex
:==
1
;
BENoAnnot
:==
0
;
...
...
backend/backend.icl
View file @
27462750
...
...
@@ -647,8 +647,8 @@ BEDynamicTempTypeSymbol a0 = code {
}
;
// BESymbolP BEDynamicTempTypeSymbol ();
kBEVersionCurrent
:==
0x02000207
;
kBEVersionOldestDefinition
:==
0x0200020
7
;
kBEVersionOldestImplementation
:==
0x0200020
7
;
kBEVersionOldestDefinition
:==
0x0200020
4
;
kBEVersionOldestImplementation
:==
0x0200020
6
;
kBEDebug
:==
1
;
kPredefinedModuleIndex
:==
1
;
BENoAnnot
:==
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment