Default to gas preproc for gas parser.

svn path=/trunk/yasm/; revision=2244
This commit is contained in:
Peter Johnson 2009-12-26 04:26:46 +00:00
parent 493c5b8861
commit b0fb3fd160

View file

@ -126,7 +126,7 @@ yasm_parser_module yasm_gas_LTX_parser = {
"GNU AS (GAS)-compatible parser",
"gas",
gas_parser_preproc_keywords,
"raw",
"gas",
NULL, /* No standard macros */
gas_parser_do_parse
};