diff options
author | johnvg | 2006-04-07 11:44:44 +0000 |
---|---|---|
committer | johnvg | 2006-04-07 11:44:44 +0000 |
commit | 48cad90b82ba742fc299869485ede464666d50f9 (patch) | |
tree | 9e35aad7a1166c34e4c5c8e69ad484f18e897edc /backend | |
parent | the backend uses 0 if a line number is unknown, not -1 (diff) |
use BEGetIntFromArray instead of BECopyInts
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1594 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backend')
-rw-r--r-- | backend/Mac/Clean System Files/backend_library | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/Mac/Clean System Files/backend_library b/backend/Mac/Clean System Files/backend_library index 562ac2f..eac2bff 100644 --- a/backend/Mac/Clean System Files/backend_library +++ b/backend/Mac/Clean System Files/backend_library @@ -123,7 +123,7 @@ BEExportFunction BEDefineImportedObjsAndLibs BESetMainDclModuleN BEStrictPositions -BECopyInts +BEGetIntFromArray BEDeclareDynamicTypeSymbol BEDynamicTempTypeSymbol BEInsertForeignExport |