=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/include/ox.h,v retrieving revision 1.15 retrieving revision 1.17 diff -u -p -r1.15 -r1.17 --- OpenXM_contrib2/asir2000/include/ox.h 2001/12/25 02:39:04 1.15 +++ 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.14 2001/12/21 08:23:12 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/include/ox.h,v 1.16 2001/12/27 07:51:16 noro Exp $ */ #include "com.h" @@ -159,7 +159,8 @@ typedef FILE *ox_stream; --->FIXIT #endif -extern JMP_BUF environnement; +/* environement is defined in libpari.a */ +extern jmp_buf environnement; extern JMP_BUF main_env; @@ -171,7 +172,11 @@ extern struct IOFP iofp[]; extern char *parse_strp; +#if 0 #define LBUFSIZ BUFSIZ*10 +#else +#define LBUFSIZ BUFSIZ +#endif /* prototypes */