comparison gcc/c-objc-common.h @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents 77e2b8dfacca
children
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 /* Language hooks common to C and ObjC front ends. 1 /* Language hooks common to C and ObjC front ends.
2 Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. 2 Copyright (C) 2004, 2005, 2007, 2008, 2009, 2010
3 Free Software Foundation, Inc.
3 Contributed by Ziemowit Laski <zlaski@apple.com> 4 Contributed by Ziemowit Laski <zlaski@apple.com>
4 5
5 This file is part of GCC. 6 This file is part of GCC.
6 7
7 GCC is free software; you can redistribute it and/or modify it under 8 GCC is free software; you can redistribute it and/or modify it under
26 27
27 #undef LANG_HOOKS_IDENTIFIER_SIZE 28 #undef LANG_HOOKS_IDENTIFIER_SIZE
28 #define LANG_HOOKS_IDENTIFIER_SIZE C_SIZEOF_STRUCT_LANG_IDENTIFIER 29 #define LANG_HOOKS_IDENTIFIER_SIZE C_SIZEOF_STRUCT_LANG_IDENTIFIER
29 #undef LANG_HOOKS_FINISH 30 #undef LANG_HOOKS_FINISH
30 #define LANG_HOOKS_FINISH c_common_finish 31 #define LANG_HOOKS_FINISH c_common_finish
32 #undef LANG_HOOKS_OPTION_LANG_MASK
33 #define LANG_HOOKS_OPTION_LANG_MASK c_common_option_lang_mask
34 #undef LANG_HOOKS_COMPLAIN_WRONG_LANG_P
35 #define LANG_HOOKS_COMPLAIN_WRONG_LANG_P c_common_complain_wrong_lang_p
36 #undef LANG_HOOKS_INIT_OPTIONS_STRUCT
37 #define LANG_HOOKS_INIT_OPTIONS_STRUCT c_common_init_options_struct
31 #undef LANG_HOOKS_INIT_OPTIONS 38 #undef LANG_HOOKS_INIT_OPTIONS
32 #define LANG_HOOKS_INIT_OPTIONS c_common_init_options 39 #define LANG_HOOKS_INIT_OPTIONS c_common_init_options
33 #undef LANG_HOOKS_INITIALIZE_DIAGNOSTICS 40 #undef LANG_HOOKS_INITIALIZE_DIAGNOSTICS
34 #define LANG_HOOKS_INITIALIZE_DIAGNOSTICS c_initialize_diagnostics 41 #define LANG_HOOKS_INITIALIZE_DIAGNOSTICS c_initialize_diagnostics
35 #undef LANG_HOOKS_HANDLE_OPTION 42 #undef LANG_HOOKS_HANDLE_OPTION
36 #define LANG_HOOKS_HANDLE_OPTION c_common_handle_option 43 #define LANG_HOOKS_HANDLE_OPTION c_common_handle_option
37 #undef LANG_HOOKS_MISSING_ARGUMENT
38 #define LANG_HOOKS_MISSING_ARGUMENT c_common_missing_argument
39 #undef LANG_HOOKS_POST_OPTIONS 44 #undef LANG_HOOKS_POST_OPTIONS
40 #define LANG_HOOKS_POST_OPTIONS c_common_post_options 45 #define LANG_HOOKS_POST_OPTIONS c_common_post_options
41 #undef LANG_HOOKS_GET_ALIAS_SET 46 #undef LANG_HOOKS_GET_ALIAS_SET
42 #define LANG_HOOKS_GET_ALIAS_SET c_common_get_alias_set 47 #define LANG_HOOKS_GET_ALIAS_SET c_common_get_alias_set
43 #undef LANG_HOOKS_PARSE_FILE 48 #undef LANG_HOOKS_PARSE_FILE