summaryrefslogtreecommitdiff
path: root/eval.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval.h')
-rw-r--r--eval.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/eval.h b/eval.h
index 0ea59d17..76ea14b5 100644
--- a/eval.h
+++ b/eval.h
@@ -50,8 +50,7 @@ void eval_global_info(struct ofmt *output, lfunc lookup_label,
* The evaluator itself.
*/
expr *evaluate(scanner sc, void *scprivate, struct tokenval *tv,
- int *fwref, int critical, efunc report_error,
- struct eval_hints *hints);
+ int *fwref, int critical, struct eval_hints *hints);
void eval_cleanup(void);