diff options
Diffstat (limited to 'Build/source/utils/asymptote/runpath3d.symbols.h')
-rw-r--r-- | Build/source/utils/asymptote/runpath3d.symbols.h | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/Build/source/utils/asymptote/runpath3d.symbols.h b/Build/source/utils/asymptote/runpath3d.symbols.h deleted file mode 100644 index 7953c25fc1e..00000000000 --- a/Build/source/utils/asymptote/runpath3d.symbols.h +++ /dev/null @@ -1,59 +0,0 @@ -/***** - * 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(a); -ADDSYMBOL(accel); -ADDSYMBOL(arclength); -ADDSYMBOL(arctime); -ADDSYMBOL(b); -ADDSYMBOL(c0); -ADDSYMBOL(c1); -ADDSYMBOL(cyclic); -ADDSYMBOL(dir); -ADDSYMBOL(dval); -ADDSYMBOL(fuzz); -ADDSYMBOL(g); -ADDSYMBOL(intersect); -ADDSYMBOL(intersections); -ADDSYMBOL(length); -ADDSYMBOL(max); -ADDSYMBOL(maxratio); -ADDSYMBOL(maxtimes); -ADDSYMBOL(min); -ADDSYMBOL(minratio); -ADDSYMBOL(mintimes); -ADDSYMBOL(normalize); -ADDSYMBOL(p); -ADDSYMBOL(path3); -ADDSYMBOL(piecewisestraight); -ADDSYMBOL(point); -ADDSYMBOL(post); -ADDSYMBOL(postcontrol); -ADDSYMBOL(pre); -ADDSYMBOL(precontrol); -ADDSYMBOL(q); -ADDSYMBOL(radius); -ADDSYMBOL(reverse); -ADDSYMBOL(sign); -ADDSYMBOL(size); -ADDSYMBOL(straight); -ADDSYMBOL(straightness); -ADDSYMBOL(subpath); -ADDSYMBOL(t); -ADDSYMBOL(unstraighten); -ADDSYMBOL(z0); -ADDSYMBOL(z1); |