summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/runpath3d.symbols.h
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-06-08 13:46:05 +0000
committerKarl Berry <karl@freefriends.org>2010-06-08 13:46:05 +0000
commita960e44eb527236f39aec81babc0474911a86078 (patch)
tree9950eca71791d90820a80a521a7cc252c0955db5 /Build/source/utils/asymptote/runpath3d.symbols.h
parent6443467452320c296faa1f43f0606a9457bd4463 (diff)
asy 1.96
git-svn-id: svn://tug.org/texlive/trunk@18817 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/runpath3d.symbols.h')
-rw-r--r--Build/source/utils/asymptote/runpath3d.symbols.h59
1 files changed, 59 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/runpath3d.symbols.h b/Build/source/utils/asymptote/runpath3d.symbols.h
new file mode 100644
index 00000000000..cf34628c3e0
--- /dev/null
+++ b/Build/source/utils/asymptote/runpath3d.symbols.h
@@ -0,0 +1,59 @@
+/*****
+ * 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(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);