1988-06-22 16:57:09 +00:00
|
|
|
/*
|
|
|
|
Concerning the Function Return Area
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* $Header$ */
|
|
|
|
|
|
|
|
#include "logging.h"
|
|
|
|
|
|
|
|
#ifdef LOGGING
|
|
|
|
|
|
|
|
extern char *FRA_sh; /* shadowbytes of Function Return Area */
|
|
|
|
#define spoilFRA() { FRA_def = UNDEFINED; }
|
|
|
|
|
|
|
|
#else
|
|
|
|
|
|
|
|
#define spoilFRA()
|
|
|
|
|
1991-12-17 15:49:18 +00:00
|
|
|
#endif /* LOGGING */
|