ack/util/int/fra.h
1994-06-24 11:31:16 +00:00

19 lines
251 B
C

/*
Concerning the Function Return Area
*/
/* $Id$ */
#include "logging.h"
#ifdef LOGGING
extern char *FRA_sh; /* shadowbytes of Function Return Area */
#define spoilFRA() { FRA_def = UNDEFINED; }
#else
#define spoilFRA()
#endif /* LOGGING */