newer version
This commit is contained in:
9
lang/m2/comp/chk_expr.h
Normal file
9
lang/m2/comp/chk_expr.h
Normal file
@@ -0,0 +1,9 @@
|
||||
/* E X P R E S S I O N C H E C K I N G */
|
||||
|
||||
/* $Header$ */
|
||||
|
||||
extern int (*ChkTable[])(); /* table of expression checking
|
||||
functions, indexed by node class
|
||||
*/
|
||||
|
||||
#define chk_expr(expp) ((*ChkTable[(expp)->nd_class])(expp))
|
||||
Reference in New Issue
Block a user