[BACK]Return to math2ox.c CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_math

Diff for /OpenXM/src/ox_math/math2ox.c between version 1.17 and 1.18

version 1.17, 2000/10/10 19:58:29 version 1.18, 2000/11/28 20:16:03
Line 1 
Line 1 
 /* -*- mode: C; coding: euc-japan -*- */  /* -*- mode: C; coding: euc-japan -*- */
 /* $OpenXM: OpenXM/src/ox_math/math2ox.c,v 1.16 2000/03/13 09:44:06 ohara Exp $ */  /* $OpenXM: OpenXM/src/ox_math/math2ox.c,v 1.17 2000/10/10 19:58:29 ohara Exp $ */
   
 /*  /*
    Copyright (C) Katsuyoshi OHARA, 2000.     Copyright (C) Katsuyoshi OHARA, 2000.
Line 188  static int  ss_id_stream(int id)
Line 188  static int  ss_id_stream(int id)
         return ss[id];          return ss[id];
 }  }
   
   #define VERSION 0x11121400
   #define ID_STRING  "2000/11/29"
   
 int main(int argc, char *argv[])  int main(int argc, char *argv[])
 {  {
     /* setting the OX parser */      /* setting the OX parser */
     setflag_parse(PFLAG_ADDREV);      setflag_parse(PFLAG_ADDREV);
         ss = new_sstack(20);          ss = new_sstack(20);
       mathcap_init(VERSION, ID_STRING, "math2ox", NULL, NULL);
   
     MLMain(argc, argv);      MLMain(argc, argv);
 }  }

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>