ack/util/int/fra.h

24 lines
313 B
C
Raw Normal View History

1988-06-22 16:57:09 +00:00
/*
Concerning the Function Return Area
*/
1994-06-24 11:31:16 +00:00
/* $Id$ */
1988-06-22 16:57:09 +00:00
#include "logging.h"
2019-03-17 14:42:00 +00:00
void init_FRA(void);
void pushFRA(size);
void popFRA(size);
1988-06-22 16:57:09 +00:00
#ifdef LOGGING
extern char *FRA_sh; /* shadowbytes of Function Return Area */
#define spoilFRA() { FRA_def = UNDEFINED; }
#else
#define spoilFRA()
#endif /* LOGGING */