mirror of
https://github.com/reactos/RosBE.git
synced 2024-11-23 11:29:44 +00:00
282267718f
svn path=/trunk/RosBE/; revision=1299
19 lines
573 B
Diff
19 lines
573 B
Diff
--- trunk/gcc/cppspec.c 2010/08/22 12:19:01 163459
|
|
+++ trunk/gcc/cppspec.c 2011/05/16 18:34:31 173801
|
|
@@ -1,5 +1,5 @@
|
|
/* Specific flags and argument handling of the C preprocessor.
|
|
- Copyright (C) 1999, 2007, 2010 Free Software Foundation, Inc.
|
|
+ Copyright (C) 1999, 2007, 2010, 2011 Free Software Foundation, Inc.
|
|
|
|
This file is part of GCC.
|
|
|
|
@@ -158,7 +158,7 @@
|
|
|
|
new_decoded_options = XNEWVEC (struct cl_decoded_option, new_argc);
|
|
|
|
- new_decoded_options[0] = new_decoded_options[0];
|
|
+ new_decoded_options[0] = decoded_options[0];
|
|
j = 1;
|
|
|
|
if (need_E)
|