[BACK]Return to mathcap.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / plugin

File: [local] / OpenXM / src / kan96xx / plugin / mathcap.h (download)

Revision 1.2, Sun Jan 16 07:55:47 2000 UTC (24 years, 4 months ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6, R_1_3_1-2, RELEASE_20000124, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, RELEASE_1_2_1, RELEASE_1_1_3, RELEASE_1_1_2, KNOPPIX_2006, HEAD, DEB_REL_1_2_3-9
Changes since 1.1: +1 -0 lines

Congratulation of sm1 version 3.* !

/* $OpenXM: OpenXM/src/kan96xx/plugin/mathcap.h,v 1.2 2000/01/16 07:55:47 takayama Exp $ */
#define MATHCAP_SIZE  1024
struct mathCap {
  void *infop;
  int n;
  int cmo[MATHCAP_SIZE];
  int oxSize;
  int ox[MATHCAP_SIZE];
  int smSize;
  int sm[MATHCAP_SIZE];
};
/*  If you change the format of mathcap, do the follows.
    Mofify  cmoCheckMathCap in oxmisc2.c,
    oxReq, SM_setMathCap:, and
    grep mathCap and make all modifications.
*/