summaryrefslogtreecommitdiff
path: root/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/parser.h b/parser.h
index 2c58d743..0681cd03 100644
--- a/parser.h
+++ b/parser.h
@@ -10,9 +10,8 @@
#ifndef NASM_PARSER_H
#define NASM_PARSER_H
-insn *parse_line (long segment, long offset, lfunc lookup_label, int pass,
- char *buffer, insn *result, struct ofmt *output,
- efunc error);
+insn *parse_line (int pass, char *buffer, insn *result,
+ efunc error, evalfunc evaluate, evalinfofunc einfo);
void cleanup_insn (insn *instruction);
#endif