changed some large static data structures into STATIC

This commit is contained in:
erikb
1986-09-15 08:47:53 +00:00
parent 225f1fb724
commit a968ce8437
5 changed files with 23 additions and 15 deletions

View File

@@ -17,6 +17,7 @@
#include "class.h"
#include "assert.h"
#include "interface.h"
#include "static.h"
char *strcpy(), *strcat();
char *long2str();
@@ -62,6 +63,8 @@ replace(idef)
return 1;
}
STATIC char FilNamBuf[PATHLENGTH];
PRIVATE
macro_func(idef)
struct idf *idef;
@@ -71,8 +74,6 @@ macro_func(idef)
replacement texts must be evaluated at the time they are
used.
*/
static char FilNamBuf[PATHLENGTH];
/* This switch is very blunt... */
switch (idef->id_text[2]) {
case 'F' : /* __FILE__ */