summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/runstring.symbols.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/runstring.symbols.h')
-rw-r--r--Build/source/utils/asymptote/runstring.symbols.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/runstring.symbols.h b/Build/source/utils/asymptote/runstring.symbols.h
new file mode 100644
index 00000000000..6ab67c65a08
--- /dev/null
+++ b/Build/source/utils/asymptote/runstring.symbols.h
@@ -0,0 +1,40 @@
+/*****
+ * 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 symbol *PRETRANSLATED_SYMBOL_##name
+ #ifdef PRESYM
+ #define SYM(name) PRETRANSLATED_SYMBOL_##name
+ #else
+ #define SYM(name) symbol::trans(#name)
+ #endif
+#endif
+
+ADDSYMBOL(digits);
+ADDSYMBOL(downcase);
+ADDSYMBOL(erase);
+ADDSYMBOL(find);
+ADDSYMBOL(format);
+ADDSYMBOL(hex);
+ADDSYMBOL(insert);
+ADDSYMBOL(length);
+ADDSYMBOL(locale);
+ADDSYMBOL(n);
+ADDSYMBOL(pos);
+ADDSYMBOL(replace);
+ADDSYMBOL(reverse);
+ADDSYMBOL(rfind);
+ADDSYMBOL(s);
+ADDSYMBOL(seconds);
+ADDSYMBOL(string);
+ADDSYMBOL(substr);
+ADDSYMBOL(t);
+ADDSYMBOL(time);
+ADDSYMBOL(translate);
+ADDSYMBOL(upcase);
+ADDSYMBOL(x);