comparison gcc/sdbout.h @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents a06113de4d67
children
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 /* sdbout.h - Various declarations for functions found in sdbout.c 1 /* sdbout.h - Various declarations for functions found in sdbout.c
2 Copyright (C) 1998, 2000, 2003, 2007 Free Software Foundation, Inc. 2 Copyright (C) 1998-2017 Free Software Foundation, Inc.
3 3
4 This file is part of GCC. 4 This file is part of GCC.
5 5
6 GCC is free software; you can redistribute it and/or modify it under 6 GCC is free software; you can redistribute it and/or modify it under
7 the terms of the GNU General Public License as published by the Free 7 the terms of the GNU General Public License as published by the Free
15 15
16 You should have received a copy of the GNU General Public License 16 You should have received a copy of the GNU General Public License
17 along with GCC; see the file COPYING3. If not see 17 along with GCC; see the file COPYING3. If not see
18 <http://www.gnu.org/licenses/>. */ 18 <http://www.gnu.org/licenses/>. */
19 19
20 #ifndef GCC_SDBOUT_H
21 #define GCC_SDBOUT_H
22
20 extern void sdbout_symbol (tree, int); 23 extern void sdbout_symbol (tree, int);
21 extern void sdbout_types (tree); 24 extern void sdbout_types (tree);
25
26 #endif /* GCC_SDBOUT_H */