summaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-14 07:47:38 +0000
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-14 07:47:38 +0000
commitd3dfde6c0a1f01a2c4e9c33ee2ac4d1a5ba480fe (patch)
tree58ea6f8a272bb820efe7613517764feb9c21f9d5 /gcc/gcc.c
parente1478c0f00d140f25ef047661933b919551bdcab (diff)
downloadgcc-d3dfde6c0a1f01a2c4e9c33ee2ac4d1a5ba480fe.tar.gz
* gcc.c (cpp_options): Update to use '&'.
(struct switchstr): Change type of validated to save space. New member 'ordering'. (handle_braces, validate_switches): Update to handle '&'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38245 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 98b144064da..c607933ba92 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -594,7 +594,7 @@ static const char *cpp_options =
%{!ffreestanding:%{!fno-hosted:-D__STDC_HOSTED__=1}}\
%{fshow-column} %{fno-show-column}\
%{fleading-underscore} %{fno-leading-underscore}\
- %{ftabstop=*}\
+ %{ftabstop=*} %{remap}\
%{g*} %{W*} %{w} %{pedantic*} %{H} %{d*} %C %{D*&U*&A*} %{i*} %Z %i\
%{E:%W{o*}}%{M:%W{o*}}%{MM:%W{o*}}";