Annotation of OpenXM/src/kan96xx/plugin/mathcap.h, Revision 1.2
1.2 ! takayama 1: /* $OpenXM$ */
1.1 maekawa 2: #define MATHCAP_SIZE 1024
3: struct mathCap {
4: void *infop;
5: int n;
6: int cmo[MATHCAP_SIZE];
7: int oxSize;
8: int ox[MATHCAP_SIZE];
9: int smSize;
10: int sm[MATHCAP_SIZE];
11: };
12: /* If you change the format of mathcap, do the follows.
13: Mofify cmoCheckMathCap in oxmisc2.c,
14: oxReq, SM_setMathCap:, and
15: grep mathCap and make all modifications.
16: */
17:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>