Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 70 → Rev 71

/trunk/node.h
47,6 → 47,6
void dumptree(struct node *root,int level);
value_type eval(struct node *root);
void freetree(struct node*);
void checkvars(struct node*p,int varflags[],int *srcrad);
void checkvars(struct node*p,int varflags[],int *cnv,int *srcrad);
 
#endif