summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/runpair.h
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-09-11 00:21:50 +0000
committerKarl Berry <karl@freefriends.org>2009-09-11 00:21:50 +0000
commitf06a2c99f2a8bbd8f641712c772179e8ed9ce14f (patch)
treefcf4f2b9d0492da04d9bf3761fbce51fb316024f /Build/source/utils/asymptote/runpair.h
parentd4c54e52fe8e42b8ce9b160c70d897bb1d06eee7 (diff)
asymptote 1.86
git-svn-id: svn://tug.org/texlive/trunk@15218 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/runpair.h')
-rw-r--r--Build/source/utils/asymptote/runpair.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/runpair.h b/Build/source/utils/asymptote/runpair.h
new file mode 100644
index 00000000000..b53a7c02e9e
--- /dev/null
+++ b/Build/source/utils/asymptote/runpair.h
@@ -0,0 +1,13 @@
+/***** Autogenerated from runpair.in; changes will be overwritten *****/
+
+#ifndef runpair_H
+#define runpair_H
+namespace run {
+void pairZero(vm::stack *);
+void realRealToPair(vm::stack *);
+void pairNegate(vm::stack *);
+void pairXPart(vm::stack *);
+void pairYPart(vm::stack *);
+}
+
+#endif // runpair_H