Pristine Ack-5.5
[Ack-5.5.git] / util / int / fra.h
1 /*
2         Concerning the Function Return Area
3 */
4
5 /* $Id: fra.h,v 2.3 1994/06/24 10:47:21 ceriel Exp $ */
6
7 #include        "logging.h"
8
9 #ifdef  LOGGING
10
11 extern char *FRA_sh;            /* shadowbytes of Function Return Area */
12 #define spoilFRA()      { FRA_def = UNDEFINED; }
13
14 #else
15
16 #define spoilFRA()
17
18 #endif  /* LOGGING */