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
Show whitespace changes
Inline
Side-by-side
backend/Clean System Files/backend_library
View file @
442d7781
CleanCompilerLib
backend.dll
BEGetVersion
BEInit
BEFree
...
...
@@ -14,14 +14,23 @@ BETypeSymbol
BEDontCareDefinitionSymbol
BEBoolSymbol
BELiteralSymbol
BEPredefineListConstructorSymbol
BEPredefineListTypeSymbol
BEAdjustStrictListConsInstance
BEAdjustUnboxedListDeconsInstance
BEAdjustOverloadedNilFunction
BEOverloadedConsSymbol
BEOverloadedPushNode
BEPredefineConstructorSymbol
BEPredefineTypeSymbol
BEBasicSymbol
BEVarTypeNode
BETypeVarListElem
BETypeVars
BENoTypeVars
BENormalTypeNode
BEAnnotateTypeNode
BEAddForAllTypeVariables
BEAttributeTypeNode
BEAttributeKind
BENoAttributeKinds
...
...
@@ -111,11 +120,3 @@ BEDefineImportedObjsAndLibs
BESetMainDclModuleN
BEDeclareDynamicTypeSymbol
BEDynamicTempTypeSymbol
BEDeclarePredefinedSymbols
BEPredefineListTypeSymbol
BEPredefineListConstructorSymbol
BEAdjustStrictListConsInstance
BEAdjustUnboxedListDeconsInstance
BEAdjustOverloadedNilFunction
BEOverloadedConsSymbol
BEOverloadedPushNode
backendC/backend.rc
View file @
442d7781
...
...
@@ -14,7 +14,7 @@
# define kFileFlags 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
FILEVERSION kFileVersion
...
...
@@ -37,7 +37,7 @@ BEGIN
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename","backend.dll\0"
VALUE "ProductName", "Clean System"
VALUE "ProductVersion", "2.0.d.
9
"
VALUE "ProductVersion", "2.0.d.
12
"
VALUE "OLESelfRegister", "\0"
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