43 void evalerror(
const char* filename,
int linenum,
const char* msg,
Tree exp);
44 void evalerrorbox(
const char* filename,
int linenum,
const char* msg,
Tree exp);
45 void evalwarning(
const char* filename,
int linenum,
const char* msg,
Tree exp);
46 void evalremark(
const char* filename,
int linenum,
const char* msg,
Tree exp);
void evalerror(const char *filename, int linenum, const char *msg, Tree exp)
void evalremark(const char *filename, int linenum, const char *msg, Tree exp)
A CTree = (Node x [CTree]) is a Node associated with a list of subtrees called branches.
const char * getDefFileProp(Tree sym)
void evalerrorbox(const char *filename, int linenum, const char *msg, Tree exp)
int getDefLineProp(Tree sym)
void setDefProp(Tree sym, const char *filename, int lineno)
void yyerror(const char *msg)
void evalwarning(const char *filename, int linenum, const char *msg, Tree exp)