Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 503 → Rev 518

/trunk/parser.y
59,7 → 59,7
struct node *parsetree;
TCHAR *errstr;
 
enum{ PARENSTACK = 100 };
#define PARENSTACK 100
 
int inarglist[PARENSTACK],arglistptr; // keep track of whether a comma is an function argument separator, or operator