home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Borland Programmer's Resource
/
Borland_Programmers_Resource_CD_1995.iso
/
code
/
tkern10
/
include
/
sys
/
tkproto.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-05-19
|
302 b
|
13 lines
/* BC4 doesn't appear to have a manifest constant to tell us if
* we are in K&R mode (hence no prototypes). If you want to use K&R
* mode, define __NOANSI__ on the command line.
*/
#ifndef __TKPROTO
#ifndef __NOANSI__
#define __TKPROTO(x) x
#else
#define __TKPROTO(x) ()
#endif
#endif