diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-04-30 20:52:49 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-04-30 20:52:49 +0000 |
commit | 76690a12ad212d1f77cd1f71d7ac5a9de6eaefb6 (patch) | |
tree | 6d1fe5322184b3e53a9378ce65f6a95f05b59f28 /parser.h | |
parent | 6768eb71d8debde65562619c938b997aea1bd9f9 (diff) | |
download | nasm-76690a12ad212d1f77cd1f71d7ac5a9de6eaefb6.tar.gz nasm-76690a12ad212d1f77cd1f71d7ac5a9de6eaefb6.tar.bz2 nasm-76690a12ad212d1f77cd1f71d7ac5a9de6eaefb6.zip |
NASM 0.96
Diffstat (limited to 'parser.h')
-rw-r--r-- | parser.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |