Bool keep = False;
/* Add a new variable to the list */
- static void newvar(Char *name, SymType *ty, Addr valuep, UInt size) {
+ void newvar(Char *name, SymType *ty, Addr valuep, UInt size) {
Variable *v;
/* have we been here before? */
Char expr[len*2];
Char *sp = &expr[len]; /* pointer at start of string */
Char *ep = sp; /* pointer at end of string */
- static void genstring(Variable *v, Variable *inner) {
+ void genstring(Variable *v, Variable *inner) {
Variable *c = v->container;
if (c != NULL)