Add nasm and yapp to the list of allowed preprocessors.

svn path=/trunk/yasm/; revision=875
0.2
Peter Johnson 22 years ago
parent d33611b360
commit 8d0646d6ba
  1. 2
      modules/parsers/nasm/nasm-parser.c

@ -82,6 +82,8 @@ nasm_parser_do_parse(yasm_preproc *pp, yasm_arch *a, yasm_objfmt *of,
/* Define valid preprocessors to use with this parser */
static const char *nasm_parser_preproc_keywords[] = {
"raw",
"nasm",
"yapp",
NULL
};

Loading…
Cancel
Save