makeVariable 91 syn/greg.h extern Node *makeVariable(char *name); makeVariable 88 syn/greg.y identifier { push(makeVariable(yytext)); }