aboutsummaryrefslogtreecommitdiff
path: root/backendC
diff options
context:
space:
mode:
authorjohnvg2006-01-05 13:44:32 +0000
committerjohnvg2006-01-05 13:44:32 +0000
commit089e19102f95ba3d2187a673138894d44c758e9f (patch)
treea7efe72353de1e8e56ed1fd6d7112b3d31adec5d /backendC
parentport to 64 bit windows (diff)
use BEGetIntFromArray instead of BECopyInts to fix a problem if integers
have different sizes in clean and c git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1585 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC')
-rw-r--r--backendC/backend.link1
1 files changed, 1 insertions, 0 deletions
diff --git a/backendC/backend.link b/backendC/backend.link
index 725e557..955e019 100644
--- a/backendC/backend.link
+++ b/backendC/backend.link
@@ -121,6 +121,7 @@
/EXPORT: BESetMainDclModuleN
/EXPORT: BEStrictPositions
/EXPORT: BECopyInts
+/EXPORT: BEGetIntFromArray
/EXPORT: BEDeclareDynamicTypeSymbol
/EXPORT: BEDynamicTempTypeSymbol
/EXPORT: BEInsertForeignExport \ No newline at end of file