From 089e19102f95ba3d2187a673138894d44c758e9f Mon Sep 17 00:00:00 2001 From: johnvg Date: Thu, 5 Jan 2006 13:44:32 +0000 Subject: 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 --- backendC/backend.link | 1 + 1 file changed, 1 insertion(+) (limited to 'backendC') 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 -- cgit v1.2.3