| #define PRIM_VERSION 1 |
#define PRIM_VERSION 1 |
| /* increment this whenever the primitives change in an incompatible way */ |
/* increment this whenever the primitives change in an incompatible way */ |
| |
|
| #ifdef MSDOS |
|
| jmp_buf throw_jmp_buf; |
|
| # ifndef DEFAULTPATH |
# ifndef DEFAULTPATH |
| # define DEFAULTPATH "." |
# define DEFAULTPATH "." |
| # endif |
# endif |
| |
|
| |
#ifdef MSDOS |
| |
jmp_buf throw_jmp_buf; |
| #endif |
#endif |
| |
|
| #if defined(DIRECT_THREADED) |
#if defined(DIRECT_THREADED) |
| for(;stack>0;stack--) |
for(;stack>0;stack--) |
| *--sp=entries[stack-1]; |
*--sp=entries[stack-1]; |
| |
|
| #if !defined(MSDOS) && !defined(_WIN32) && !defined(__EMX__) |
#if !defined(MSDOS) && !defined(SHARC) && !defined(_WIN32) && !defined(__EMX__) |
| get_winsize(); |
get_winsize(); |
| #endif |
#endif |
| |
|