comparison gcc/c-lang.c @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children b7f97abdc517
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
44 #define LANG_HOOKS_NAME "GNU C" 44 #define LANG_HOOKS_NAME "GNU C"
45 #undef LANG_HOOKS_INIT 45 #undef LANG_HOOKS_INIT
46 #define LANG_HOOKS_INIT c_objc_common_init 46 #define LANG_HOOKS_INIT c_objc_common_init
47 47
48 /* Each front end provides its own lang hook initializer. */ 48 /* Each front end provides its own lang hook initializer. */
49 const struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; 49 struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER;
50 50
51 /* Final processing of file-scope data. The Objective-C version of 51 /* Final processing of file-scope data. The Objective-C version of
52 this function still does something. */ 52 this function still does something. */
53 void 53 void
54 finish_file (void) 54 finish_file (void)