Initial version
This commit is contained in:
13
util/grind/expr.c
Normal file
13
util/grind/expr.c
Normal file
@@ -0,0 +1,13 @@
|
||||
/* $Header$ */
|
||||
|
||||
#include "position.h"
|
||||
#include "operator.h"
|
||||
#include "tree.h"
|
||||
|
||||
int
|
||||
eval_cond(p)
|
||||
p_tree p;
|
||||
{
|
||||
/* to be written !!! */
|
||||
return 1;
|
||||
}
|
||||
Reference in New Issue
Block a user