summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/findsym.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/findsym.pl')
-rwxr-xr-xBuild/source/utils/asymptote/findsym.pl6
1 files changed, 1 insertions, 5 deletions
diff --git a/Build/source/utils/asymptote/findsym.pl b/Build/source/utils/asymptote/findsym.pl
index 59e3ce79a2d..9cfe6c131b6 100755
--- a/Build/source/utils/asymptote/findsym.pl
+++ b/Build/source/utils/asymptote/findsym.pl
@@ -27,11 +27,7 @@ print header <<END;
// SYM(name) also refers to that symbol.
#ifndef ADDSYMBOL
#define ADDSYMBOL(name) extern sym::symbol PRETRANSLATED_SYMBOL_##name
- #ifdef PRESYM
- #define SYM(name) PRETRANSLATED_SYMBOL_##name
- #else
- #define SYM(name) sym::symbol::trans(#name)
- #endif
+ #define SYM(name) PRETRANSLATED_SYMBOL_##name
#endif
END