aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/evaluate.c
diff options
Diffstat (limited to 'evaluate.c')
-rw-r--r--evaluate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/evaluate.c b/evaluate.c
index 4de33b90..e00ca8bf 100644
--- a/evaluate.c
+++ b/evaluate.c
@@ -25,7 +25,7 @@
#include "target.h"
#include "expression.h"
-static struct symbol *current_fn;
+struct symbol *current_fn;
static int current_context, current_contextmask;
static struct symbol *degenerate(struct expression *expr);