home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 10
/
Fresh_Fish_10_2352.bin
/
useful
/
util
/
edit
/
mg
/
src.lzh
/
h
/
do_eval.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-05-23
|
283b
|
19 lines
/*
* 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