diff options
author | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-01 15:43:59 +0000 |
---|---|---|
committer | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-01 15:43:59 +0000 |
commit | 3b8f8a40392b2c561d1f22a17cbabf9fa43465b9 (patch) | |
tree | 030b3bb1f1cdc229d7dd0733be17c6937b3979dc /gcc/sdbout.h | |
parent | aa62b4aaddb03ea6ed21469f3c7508aa29e9a645 (diff) | |
download | gcc-3b8f8a40392b2c561d1f22a17cbabf9fa43465b9.tar.gz |
* sdbout.h: Use ISO C90 prototypes.
* sdbout.c (CONTIN): Removed empty macro.
(sdbout_one_type): Remove CONTIN usages.
Remove ^Ls.
(tag_of_ru_type): Remove #if 0'ed function.
(sdbout_symbol): Remove #if 0'ed code.
(sdbout_one_type): Remove a #if 1.
(sdbout_one_type): Remove #if 0'ed code.
(sdbout_init): Remove RMS_QUICK_HACK_1 code.
Remove PARAMS, use ISO C90 prototypes for all functions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67294 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/sdbout.h')
-rw-r--r-- | gcc/sdbout.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/sdbout.h b/gcc/sdbout.h index 92d9a73b4e7..5f2b47931e4 100644 --- a/gcc/sdbout.h +++ b/gcc/sdbout.h @@ -1,5 +1,5 @@ /* sdbout.h - Various declarations for functions found in sdbout.c - Copyright (C) 1998, 2000 Free Software Foundation, Inc. + Copyright (C) 1998, 2000, 2003 Free Software Foundation, Inc. This file is part of GCC. @@ -18,5 +18,5 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -extern void sdbout_symbol PARAMS ((tree, int)); -extern void sdbout_types PARAMS ((tree)); +extern void sdbout_symbol (tree, int); +extern void sdbout_types (tree); |