diff options
author | johnvg | 2001-09-03 10:29:10 +0000 |
---|---|---|
committer | johnvg | 2001-09-03 10:29:10 +0000 |
commit | 440e2d3e3ca90edd00d023abea8a75d8c18b6bda (patch) | |
tree | da79b464a25be762c955ca98869ec8c90ee7b651 /backend | |
parent | added dummy set_compiler_id function (diff) |
new backend functions for strict and unboxed lists
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@727 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backend')
-rw-r--r-- | backend/Clean System Files/backend_library | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/backend/Clean System Files/backend_library b/backend/Clean System Files/backend_library index aa84a37..3151ce8 100644 --- a/backend/Clean System Files/backend_library +++ b/backend/Clean System Files/backend_library @@ -1,4 +1,4 @@ -backend.dll +CleanCompilerLib BEGetVersion BEInit BEFree @@ -111,3 +111,11 @@ BEDefineImportedObjsAndLibs BESetMainDclModuleN BEDeclareDynamicTypeSymbol BEDynamicTempTypeSymbol +BEDeclarePredefinedSymbols +BEPredefineListTypeSymbol +BEPredefineListConstructorSymbol +BEAdjustStrictListConsInstance +BEAdjustUnboxedListDeconsInstance +BEAdjustOverloadedNilFunction +BEOverloadedConsSymbol +BEOverloadedPushNode |