From b0fb3fd160db2ab44bb1ccf3e187441b83164218 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Sat, 26 Dec 2009 04:26:46 +0000 Subject: [PATCH] Default to gas preproc for gas parser. svn path=/trunk/yasm/; revision=2244 --- modules/parsers/gas/gas-parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/parsers/gas/gas-parser.c b/modules/parsers/gas/gas-parser.c index 64a10c20..2e285c2c 100644 --- a/modules/parsers/gas/gas-parser.c +++ b/modules/parsers/gas/gas-parser.c @@ -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 }; -- 2.40.0