summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/runbacktrace.symbols.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/runbacktrace.symbols.h')
-rw-r--r--Build/source/utils/asymptote/runbacktrace.symbols.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/runbacktrace.symbols.h b/Build/source/utils/asymptote/runbacktrace.symbols.h
new file mode 100644
index 00000000000..150dd5741b0
--- /dev/null
+++ b/Build/source/utils/asymptote/runbacktrace.symbols.h
@@ -0,0 +1,16 @@
+/*****
+ * This file is automatically generated by findsym.pl
+ * Changes will be overwritten.
+ *****/
+
+// If the ADDSYMBOL macro is not already defined, define it with the default
+// purpose of referring to an external pre-translated symbol, such that
+// SYM(name) also refers to that symbol.
+#ifndef ADDSYMBOL
+ #define ADDSYMBOL(name) extern sym::symbol PRETRANSLATED_SYMBOL_##name
+ #define SYM(name) PRETRANSLATED_SYMBOL_##name
+#endif
+
+ADDSYMBOL(generate_random_backtrace);
+ADDSYMBOL(n);
+ADDSYMBOL(print_random_addresses);