home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 6
/
FreshFish_September1994.bin
/
bbs
/
util
/
mg-3b.lha
/
mg
/
src.LZH
/
h
/
do_eval.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1990-05-23
|
283 b
|
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