summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/runlabel.symbols.h
blob: 460b024ad50867962221eb647e0e07c1db68a6eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/*****
 * 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
    #ifdef PRESYM
        #define SYM(name) PRETRANSLATED_SYMBOL_##name
    #else
        #define SYM(name) sym::symbol::trans(#name)
    #endif
#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);