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

Diff for /OpenXM_contrib2/asir2000/include/ox.h between version 1.3 and 1.4

version 1.3, 2000/02/08 04:47:10 version 1.4, 2000/03/10 06:42:22
Line 1 
Line 1 
 /* $OpenXM: OpenXM_contrib2/asir2000/include/ox.h,v 1.2 2000/01/11 06:43:35 noro Exp $ */  /* $OpenXM: OpenXM_contrib2/asir2000/include/ox.h,v 1.3 2000/02/08 04:47:10 noro Exp $ */
 #include "com.h"  #include "com.h"
   
 /* version */  /* version */
Line 111  extern char *ox_copy_bptr;
Line 111  extern char *ox_copy_bptr;
   
 extern struct IOFP iofp[];  extern struct IOFP iofp[];
   
 extern Obj *asir_OperandStack;  
 extern int asir_OperandStackPtr;  
 extern char *parse_strp;  extern char *parse_strp;
   
 #define LBUFSIZ BUFSIZ*10  #define LBUFSIZ BUFSIZ*10

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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