summaryrefslogtreecommitdiff
path: root/source/luametatex/source/mp/mpc/mpmathbinary.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/luametatex/source/mp/mpc/mpmathbinary.c')
-rw-r--r--source/luametatex/source/mp/mpc/mpmathbinary.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/source/luametatex/source/mp/mpc/mpmathbinary.c b/source/luametatex/source/mp/mpc/mpmathbinary.c
new file mode 100644
index 000000000..77adce0c6
--- /dev/null
+++ b/source/luametatex/source/mp/mpc/mpmathbinary.c
@@ -0,0 +1,16 @@
+/* This file is generated by "mtxrun --script "mtx-wtoc.lua" from the metapost cweb files. */
+
+
+# include <stdio.h>
+
+# include "mpconfig.h"
+# include "mpmathbinary.h"
+
+extern void tex_normal_warning (const char *t, const char *p);
+
+math_data *mp_initialize_binary_math (MP mp)
+{
+ (void) (mp);
+ tex_normal_warning("mplib", "binary mode is not available.");
+ return NULL;
+}