diff options
author | johnvg | 2006-01-05 14:13:44 +0000 |
---|---|---|
committer | johnvg | 2006-01-05 14:13:44 +0000 |
commit | df7abc28d8ed663b109d733c70a8e6e203077d39 (patch) | |
tree | 50c0f745ce56c79e8065de4bb30ca64228495b30 | |
parent | use the same file for list all types and list exported types as for list (diff) |
use BEGetIntFromArray instead of BECopyInts
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1588 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r-- | backend/Windows/Clean System Files/backend_library | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/Windows/Clean System Files/backend_library b/backend/Windows/Clean System Files/backend_library index 0a2de81..5a95167 100644 --- a/backend/Windows/Clean System Files/backend_library +++ b/backend/Windows/Clean System Files/backend_library @@ -121,7 +121,7 @@ BEExportFunction BEDefineImportedObjsAndLibs BESetMainDclModuleN BEStrictPositions -BECopyInts +BEGetIntFromArray BEDeclareDynamicTypeSymbol BEDynamicTempTypeSymbol BEInsertForeignExport
\ No newline at end of file |