Initial entry

This commit is contained in:
dick
1988-06-22 16:57:09 +00:00
parent 4934f830fc
commit a717832bfb
68 changed files with 15062 additions and 0 deletions

18
util/int/fra.h Normal file
View 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