Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(301)

Unified Diff: gcc/gcc/c-lang.c

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/c-format.c ('k') | gcc/gcc/c-objc-common.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/c-lang.c
diff --git a/gcc/gcc/c-lang.c b/gcc/gcc/c-lang.c
index 42004f5f9a00b2801b4dcdf5b2b158a9c9a2e3b9..7e0236d3c2ee21135bf74d8750a11d8a2cee9d9c 100644
--- a/gcc/gcc/c-lang.c
+++ b/gcc/gcc/c-lang.c
@@ -46,7 +46,7 @@ enum c_language_kind c_language = clk_c;
#define LANG_HOOKS_INIT c_objc_common_init
/* Each front end provides its own lang hook initializer. */
-const struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER;
+struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER;
/* Final processing of file-scope data. The Objective-C version of
this function still does something. */
« no previous file with comments | « gcc/gcc/c-format.c ('k') | gcc/gcc/c-objc-common.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698