fra.h 251 B

123456789101112131415161718
  1. /*
  2. Concerning the Function Return Area
  3. */
  4. /* $Id$ */
  5. #include "logging.h"
  6. #ifdef LOGGING
  7. extern char *FRA_sh; /* shadowbytes of Function Return Area */
  8. #define spoilFRA() { FRA_def = UNDEFINED; }
  9. #else
  10. #define spoilFRA()
  11. #endif /* LOGGING */