diff options
author | johnvg | 2016-09-16 12:43:02 +0000 |
---|---|---|
committer | johnvg | 2016-09-16 12:43:02 +0000 |
commit | 6aa97e0eb338256ef453808fc4916182e65d24f9 (patch) | |
tree | c06f4bf177e3075aa4fa42368a33fd6fc50f2099 | |
parent | add Makefile.windows_mingw for backend.dll and backend.def (diff) |
remove BELabelWithoutNumberFunctions
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2737 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r-- | backendC/backend.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backendC/backend.def b/backendC/backend.def index abac9d4..d10ed96 100644 --- a/backendC/backend.def +++ b/backendC/backend.def @@ -124,7 +124,6 @@ EXPORTS BEExportConstructor
BEExportField
BEExportFunction
- BELabelWithoutNumberFunctions
BEDefineImportedObjsAndLibs
BESetMainDclModuleN
BEStrictPositions
|