summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfextra.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/mfextra.c')
-rw-r--r--Build/source/texk/web2c/mfextra.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/mfextra.c b/Build/source/texk/web2c/mfextra.c
new file mode 100644
index 00000000000..3682d901430
--- /dev/null
+++ b/Build/source/texk/web2c/mfextra.c
@@ -0,0 +1,11 @@
+/* mfextra.c: Hand-coded routines for Metafont.
+
+ This file is public domain. */
+
+#define EXTERN /* Instantiate data from mfd.h here. */
+
+/* This file defines MF. */
+#include <mfd.h>
+
+/* Hand-coded routines for TeX or Metafont in C. */
+#include <lib/texmfmp.c>