Initial entry
This commit is contained in:
18
util/int/fra.h
Normal file
18
util/int/fra.h
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
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()
|
||||
|
||||
#endif LOGGING
|
||||
Reference in New Issue
Block a user