aboutsummaryrefslogtreecommitdiffstats
path: root/evaluator.c
diff options
context:
space:
mode:
Diffstat (limited to 'evaluator.c')
-rw-r--r--evaluator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/evaluator.c b/evaluator.c
index f5f8b06..87cf9a7 100644
--- a/evaluator.c
+++ b/evaluator.c
@@ -1,4 +1,4 @@
-/* $Id: evaluator.c 1038 2009-08-21 03:33:16Z michael $
+/* $Id: evaluator.c 1153 2011-07-27 05:12:30Z michael $
* $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/evaluator.c $
*
* expression evaluation
@@ -848,7 +848,7 @@ static NODE *Level12(void)
static NODE *Level11(void)
{
NODE *Root;
- TOKEN sign = T_UNDEF;
+ OPERATOR sign = O_UNDEF;
if (Token == T_OPERATOR && (Operator == O_ADD || Operator == O_SUB || Operator == O_NOT)) {
sign = Operator;