home *** CD-ROM | disk | FTP | other *** search
- /*
- * DO_EVAL turns on the eval-expression code, and related things. It's needed
- * for startup files, or for Amiga REXX.
- */
-
- #include "no_startup.h"
-
- #ifndef NO_STARTUP
- #define DO_EVAL
- #endif
-
- #ifdef AMIGA
- #include "rexx.h"
- #ifdef REXX
- #undef DO_EVAL
- #define DO_EVAL
- #endif
- #endif
-