[BACK]Return to ox.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / io

Diff for /OpenXM_contrib2/asir2000/io/ox.c between version 1.1 and 1.2

version 1.1, 1999/12/03 07:39:11 version 1.2, 2000/01/26 02:05:34
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/asir99/io/ox.c,v 1.7 1999/11/19 04:15:49 noro Exp $ */  /* $OpenXM: OpenXM_contrib2/asir2000/io/ox.c,v 1.1.1.1 1999/12/03 07:39:11 noro Exp $ */
 #include "ca.h"  #include "ca.h"
 #include "parse.h"  #include "parse.h"
 #include "wsio.h"  #include "wsio.h"
Line 19  unsigned int ox_serial;
Line 19  unsigned int ox_serial;
 int ox_flushing;  int ox_flushing;
 int ox_batch;  int ox_batch;
 int ox_check=1;  int ox_check=1;
   int ox_exchange_mathcap=1;
 jmp_buf ox_env;  jmp_buf ox_env;
   
 MATHCAP my_mathcap;  MATHCAP my_mathcap;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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