summaryrefslogtreecommitdiff
path: root/syntax.c
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-12-17 21:52:25 +0000
committerFreeArtMan <dos21h@gmail.com>2015-12-17 21:52:25 +0000
commit6e2e285142895f3ed4b7e5b99ff1595092d84969 (patch)
treed681a1852b4adc8a2540d893d782c5e10ebef84e /syntax.c
parent02496faab558fa758adf3a24006201cf5ab557fb (diff)
downloaddm-6e2e285142895f3ed4b7e5b99ff1595092d84969.tar.gz
dm-6e2e285142895f3ed4b7e5b99ff1595092d84969.zip
Fixed few warnings
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;
}