=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/include/ox.h,v retrieving revision 1.14 retrieving revision 1.17 diff -u -p -r1.14 -r1.17 --- OpenXM_contrib2/asir2000/include/ox.h 2001/12/21 08:23:12 1.14 +++ OpenXM_contrib2/asir2000/include/ox.h 2003/01/28 08:38:58 1.17 @@ -45,7 +45,7 @@ * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. * - * $OpenXM: OpenXM_contrib2/asir2000/include/ox.h,v 1.13 2001/10/09 01:36:19 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/include/ox.h,v 1.16 2001/12/27 07:51:16 noro Exp $ */ #include "com.h" @@ -159,9 +159,11 @@ typedef FILE *ox_stream; --->FIXIT #endif +/* environement is defined in libpari.a */ extern jmp_buf environnement; -extern jmp_buf main_env; +extern JMP_BUF main_env; + extern int *StackBottom; extern int ox_do_copy, ox_do_count, ox_count_length; extern char *ox_copy_bptr; @@ -170,7 +172,11 @@ extern struct IOFP iofp[]; extern char *parse_strp; +#if 0 #define LBUFSIZ BUFSIZ*10 +#else +#define LBUFSIZ BUFSIZ +#endif /* prototypes */