summaryrefslogtreecommitdiff
path: root/source/luametatex/source/mp/mpc/mpmathbinary.c
blob: 77adce0c68f655857995c6f503e3fc2b753f412a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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;
}