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