Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 181 → Rev 182

/trunk/ff.h
111,6 → 111,10
 
void dbglasterror(char*);
 
// from main.c
int64_t maxspace();
int maxspace_available();
 
// from parser.y
struct node *parseexpr(char *s);