Skip to content
GitLab
Menu
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
329397a6
Commit
329397a6
authored
Sep 03, 2001
by
John van Groningen
Browse files
new version number
parent
bc5050a9
Changes
3
Hide whitespace changes
Inline
Side-by-side
backend/backend.dcl
View file @
329397a6
...
@@ -277,9 +277,9 @@ BEDeclareDynamicTypeSymbol :: !Int !Int !BackEnd -> BackEnd;
...
@@ -277,9 +277,9 @@ BEDeclareDynamicTypeSymbol :: !Int !Int !BackEnd -> BackEnd;
// void BEDeclareDynamicTypeSymbol (int typeIndex,int moduleIndex);
// void BEDeclareDynamicTypeSymbol (int typeIndex,int moduleIndex);
BEDynamicTempTypeSymbol
::
!
BackEnd
->
(!
BESymbolP
,!
BackEnd
);
BEDynamicTempTypeSymbol
::
!
BackEnd
->
(!
BESymbolP
,!
BackEnd
);
// BESymbolP BEDynamicTempTypeSymbol ();
// BESymbolP BEDynamicTempTypeSymbol ();
kBEVersionCurrent
:==
0x0200021
1
;
kBEVersionCurrent
:==
0x0200021
2
;
kBEVersionOldestDefinition
:==
0x0200021
1
;
kBEVersionOldestDefinition
:==
0x0200021
2
;
kBEVersionOldestImplementation
:==
0x0200021
1
;
kBEVersionOldestImplementation
:==
0x0200021
2
;
kBEDebug
:==
1
;
kBEDebug
:==
1
;
kPredefinedModuleIndex
:==
1
;
kPredefinedModuleIndex
:==
1
;
BENoAnnot
:==
0
;
BENoAnnot
:==
0
;
...
...
backend/backend.icl
View file @
329397a6
...
@@ -753,9 +753,9 @@ BEDynamicTempTypeSymbol a0 = code {
...
@@ -753,9 +753,9 @@ BEDynamicTempTypeSymbol a0 = code {
ccall
BEDynamicTempTypeSymbol
":I:I"
ccall
BEDynamicTempTypeSymbol
":I:I"
}
;
}
;
// BESymbolP BEDynamicTempTypeSymbol ();
// BESymbolP BEDynamicTempTypeSymbol ();
kBEVersionCurrent
:==
0x0200021
1
;
kBEVersionCurrent
:==
0x0200021
2
;
kBEVersionOldestDefinition
:==
0x0200021
1
;
kBEVersionOldestDefinition
:==
0x0200021
2
;
kBEVersionOldestImplementation
:==
0x0200021
1
;
kBEVersionOldestImplementation
:==
0x0200021
2
;
kBEDebug
:==
1
;
kBEDebug
:==
1
;
kPredefinedModuleIndex
:==
1
;
kPredefinedModuleIndex
:==
1
;
BENoAnnot
:==
0
;
BENoAnnot
:==
0
;
...
...
backendC/CleanCompilerSources/backend.h
View file @
329397a6
/* version info */
/* version info */
// increment this for every release
// increment this for every release
# define kBEVersionCurrent 0x0200021
1
# define kBEVersionCurrent 0x0200021
2
// change this to the same value as kBEVersionCurrent if the new release is not
// change this to the same value as kBEVersionCurrent if the new release is not
// upward compatible (for example when a function is added)
// upward compatible (for example when a function is added)
# define kBEVersionOldestDefinition 0x0200021
1
# define kBEVersionOldestDefinition 0x0200021
2
// change this to the same value as kBEVersionCurrent if the new release is not
// change this to the same value as kBEVersionCurrent if the new release is not
// downward compatible (for example when a function is removed)
// downward compatible (for example when a function is removed)
# define kBEVersionOldestImplementation 0x0200021
1
# define kBEVersionOldestImplementation 0x0200021
2
# define kBEDebug 1
# define kBEDebug 1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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