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
442d7781
Commit
442d7781
authored
Sep 05, 2001
by
Ronny Wichers Schreur
🏘
Browse files
print forall typevars in backend
parent
581859e3
Changes
3
Hide whitespace changes
Inline
Side-by-side
backend/Clean System Files/backend_library
View file @
442d7781
CleanCompilerLib
backend.dll
BEGetVersion
BEGetVersion
BEInit
BEInit
BEFree
BEFree
...
@@ -14,14 +14,23 @@ BETypeSymbol
...
@@ -14,14 +14,23 @@ BETypeSymbol
BEDontCareDefinitionSymbol
BEDontCareDefinitionSymbol
BEBoolSymbol
BEBoolSymbol
BELiteralSymbol
BELiteralSymbol
BEPredefineListConstructorSymbol
BEPredefineListTypeSymbol
BEAdjustStrictListConsInstance
BEAdjustUnboxedListDeconsInstance
BEAdjustOverloadedNilFunction
BEOverloadedConsSymbol
BEOverloadedPushNode
BEPredefineConstructorSymbol
BEPredefineConstructorSymbol
BEPredefineTypeSymbol
BEPredefineTypeSymbol
BEBasicSymbol
BEBasicSymbol
BEVarTypeNode
BEVarTypeNode
BETypeVarListElem
BETypeVars
BETypeVars
BENoTypeVars
BENoTypeVars
BENormalTypeNode
BENormalTypeNode
BEAnnotateTypeNode
BEAnnotateTypeNode
BEAddForAllTypeVariables
BEAttributeTypeNode
BEAttributeTypeNode
BEAttributeKind
BEAttributeKind
BENoAttributeKinds
BENoAttributeKinds
...
@@ -111,11 +120,3 @@ BEDefineImportedObjsAndLibs
...
@@ -111,11 +120,3 @@ BEDefineImportedObjsAndLibs
BESetMainDclModuleN
BESetMainDclModuleN
BEDeclareDynamicTypeSymbol
BEDeclareDynamicTypeSymbol
BEDynamicTempTypeSymbol
BEDynamicTempTypeSymbol
BEDeclarePredefinedSymbols
BEPredefineListTypeSymbol
BEPredefineListConstructorSymbol
BEAdjustStrictListConsInstance
BEAdjustUnboxedListDeconsInstance
BEAdjustOverloadedNilFunction
BEOverloadedConsSymbol
BEOverloadedPushNode
backendC/backend.rc
View file @
442d7781
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
# define kFileFlags VS_FF_DEBUG | VS_FF_PRERELEASE
# define kFileFlags VS_FF_DEBUG | VS_FF_PRERELEASE
# define kFileFlagsMask VS_FF_DEBUG | VS_FF_PRERELEASE
# define kFileFlagsMask VS_FF_DEBUG | VS_FF_PRERELEASE
# define kFileVersionString "2.0.d.
9
"
# define kFileVersionString "2.0.d.
12
"
VS_VERSION_INFO VERSIONINFO
VS_VERSION_INFO VERSIONINFO
FILEVERSION kFileVersion
FILEVERSION kFileVersion
...
@@ -37,7 +37,7 @@ BEGIN
...
@@ -37,7 +37,7 @@ BEGIN
VALUE "LegalTrademarks", "\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename","backend.dll\0"
VALUE "OriginalFilename","backend.dll\0"
VALUE "ProductName", "Clean System"
VALUE "ProductName", "Clean System"
VALUE "ProductVersion", "2.0.d.
9
"
VALUE "ProductVersion", "2.0.d.
12
"
VALUE "OLESelfRegister", "\0"
VALUE "OLESelfRegister", "\0"
END
END
...
...
coclmaindll/backend.dll
View file @
442d7781
No preview for this file type
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