mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
Default to gas preproc for gas parser.
svn path=/trunk/yasm/; revision=2244
This commit is contained in:
parent
493c5b8861
commit
b0fb3fd160
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue