comparison gcc/objcp/objcp-lang.c @ 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-dependent hooks for Objective-C++. 1 /* Language-dependent hooks for Objective-C++.
2 Copyright (C) 2005-2017 Free Software Foundation, Inc. 2 Copyright (C) 2005-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 7 GCC is free software; you can redistribute it and/or modify
85 static void 85 static void
86 objcxx_init_ts (void) 86 objcxx_init_ts (void)
87 { 87 {
88 objc_common_init_ts (); 88 objc_common_init_ts ();
89 cp_common_init_ts (); 89 cp_common_init_ts ();
90
91 init_shadowed_var_for_decl ();
92 } 90 }
93 91
94 #include "gtype-objcp.h" 92 #include "gtype-objcp.h"