blob: 653bc69113d66fdfba995c12e1b51a58f69c25bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* mfluajitextra.c: Hand-coded routines for MFLuaJIT.
This file is public domain. */
#define EXTERN /* Instantiate data from mfluajitd.h here. */
/* This file defines MFLuaJIT. */
#include <mfluajitd.h>
/* Hand-coded routines for TeX or Metafont in C. */
#include <lib/texmfmp.c>
|