summaryrefslogtreecommitdiff
path: root/zwgc/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc/eval.c')
-rw-r--r--zwgc/eval.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zwgc/eval.c b/zwgc/eval.c
index 33c4140..b33ea6d 100644
--- a/zwgc/eval.c
+++ b/zwgc/eval.c
@@ -115,9 +115,9 @@ string
eval_expr(Node *expr)
{
int opcode = expr->opcode;
- int bool_result;
+ int bool_result = 0;
string first, second;
- char *result;
+ char *result = NULL;
string *text_ptr;
/*