aboutsummaryrefslogtreecommitdiffstats
path: root/syntax.c
diff options
context:
space:
mode:
Diffstat (limited to 'syntax.c')
-rw-r--r--syntax.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/syntax.c b/syntax.c
index 510d735..a9e96d7 100644
--- a/syntax.c
+++ b/syntax.c
@@ -212,7 +212,7 @@ ast_expr_cmp* att_expr_cmp( token_list *tl, int pos )
/*****************************************************************************/
ast_expr_bit* att_expr_bit( token_list *tl, int pos )
{
-
+ return NULL;
}
/*****************************************************************************/
@@ -429,7 +429,7 @@ int ate_a_cmp( ast_expr **expr, ast_expr_cmp *cmp )
/*****************************************************************************/
int ate_eval( ast_expr *expr )
{
-
+ return -1;
}