aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorjohnvg2001-09-03 10:29:10 +0000
committerjohnvg2001-09-03 10:29:10 +0000
commit440e2d3e3ca90edd00d023abea8a75d8c18b6bda (patch)
treeda79b464a25be762c955ca98869ec8c90ee7b651 /backend
parentadded 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_library10
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