comparison gcc/c/c-objc-common.h @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* Language hooks common to C and ObjC front ends. 1 /* Language hooks common to C and ObjC front ends.
2 Copyright (C) 2004-2017 Free Software Foundation, Inc. 2 Copyright (C) 2004-2018 Free Software Foundation, Inc.
3 Contributed by Ziemowit Laski <zlaski@apple.com> 3 Contributed by Ziemowit Laski <zlaski@apple.com>
4 4
5 This file is part of GCC. 5 This file is part of GCC.
6 6
7 GCC is free software; you can redistribute it and/or modify it under 7 GCC is free software; you can redistribute it and/or modify it under
58 #define LANG_HOOKS_MISSING_NORETURN_OK_P c_missing_noreturn_ok_p 58 #define LANG_HOOKS_MISSING_NORETURN_OK_P c_missing_noreturn_ok_p
59 #undef LANG_HOOKS_BUILTIN_FUNCTION 59 #undef LANG_HOOKS_BUILTIN_FUNCTION
60 #define LANG_HOOKS_BUILTIN_FUNCTION c_builtin_function 60 #define LANG_HOOKS_BUILTIN_FUNCTION c_builtin_function
61 #undef LANG_HOOKS_BUILTIN_FUNCTION_EXT_SCOPE 61 #undef LANG_HOOKS_BUILTIN_FUNCTION_EXT_SCOPE
62 #define LANG_HOOKS_BUILTIN_FUNCTION_EXT_SCOPE c_builtin_function_ext_scope 62 #define LANG_HOOKS_BUILTIN_FUNCTION_EXT_SCOPE c_builtin_function_ext_scope
63 #undef LANG_HOOKS_EMITS_BEGIN_STMT
64 #define LANG_HOOKS_EMITS_BEGIN_STMT true
63 65
64 /* Attribute hooks. */ 66 /* Attribute hooks. */
65 #undef LANG_HOOKS_COMMON_ATTRIBUTE_TABLE 67 #undef LANG_HOOKS_COMMON_ATTRIBUTE_TABLE
66 #define LANG_HOOKS_COMMON_ATTRIBUTE_TABLE c_common_attribute_table 68 #define LANG_HOOKS_COMMON_ATTRIBUTE_TABLE c_common_attribute_table
67 #undef LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE 69 #undef LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE