Return to mathcap.h CVS log | Up to [local] / OpenXM / src / kan96xx / plugin |
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: