Commit 4b65dba1 by Nicola Pero

Define some laguage hooks which were missing - LANG_HOOKS_GET_ALIAS_SET

and LANG_HOOKS_SAFE_FROM_P

From-SVN: r54314
parent 32e7bd5b
...@@ -43,6 +43,10 @@ static void objc_init_options PARAMS ((void)); ...@@ -43,6 +43,10 @@ static void objc_init_options PARAMS ((void));
#define LANG_HOOKS_DECODE_OPTION objc_decode_option #define LANG_HOOKS_DECODE_OPTION objc_decode_option
#undef LANG_HOOKS_POST_OPTIONS #undef LANG_HOOKS_POST_OPTIONS
#define LANG_HOOKS_POST_OPTIONS c_common_post_options #define LANG_HOOKS_POST_OPTIONS c_common_post_options
#undef LANG_HOOKS_GET_ALIAS_SET
#define LANG_HOOKS_GET_ALIAS_SET c_common_get_alias_set
#undef LANG_HOOKS_SAFE_FROM_P
#define LANG_HOOKS_SAFE_FROM_P c_safe_from_p
#undef LANG_HOOKS_PARSE_FILE #undef LANG_HOOKS_PARSE_FILE
#define LANG_HOOKS_PARSE_FILE c_common_parse_file #define LANG_HOOKS_PARSE_FILE c_common_parse_file
#undef LANG_HOOKS_EXPAND_EXPR #undef LANG_HOOKS_EXPAND_EXPR
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment