version 1.14, 2001/12/21 08:23:12 |
version 1.15, 2001/12/25 02:39:04 |
|
|
* DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, |
* DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, |
* PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. |
* 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.14 2001/12/21 08:23:12 noro Exp $ |
*/ |
*/ |
#include "com.h" |
#include "com.h" |
|
|
Line 159 typedef FILE *ox_stream; |
|
Line 159 typedef FILE *ox_stream; |
|
--->FIXIT |
--->FIXIT |
#endif |
#endif |
|
|
extern jmp_buf environnement; |
extern JMP_BUF environnement; |
|
|
extern jmp_buf main_env; |
extern JMP_BUF main_env; |
|
|
extern int *StackBottom; |
extern int *StackBottom; |
extern int ox_do_copy, ox_do_count, ox_count_length; |
extern int ox_do_copy, ox_do_count, ox_count_length; |
extern char *ox_copy_bptr; |
extern char *ox_copy_bptr; |