diff options
Diffstat (limited to 'Build/source/utils/asymptote/runlabel.symbols.h')
-rw-r--r-- | Build/source/utils/asymptote/runlabel.symbols.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/runlabel.symbols.h b/Build/source/utils/asymptote/runlabel.symbols.h new file mode 100644 index 00000000000..2cf93e4df82 --- /dev/null +++ b/Build/source/utils/asymptote/runlabel.symbols.h @@ -0,0 +1,27 @@ +/***** + * 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(_strokepath); +ADDSYMBOL(_texpath); +ADDSYMBOL(align); +ADDSYMBOL(f); +ADDSYMBOL(g); +ADDSYMBOL(label); +ADDSYMBOL(labels); +ADDSYMBOL(p); +ADDSYMBOL(position); +ADDSYMBOL(s); +ADDSYMBOL(size); +ADDSYMBOL(t); +ADDSYMBOL(texsize); +ADDSYMBOL(textpath); |