diff options
author | loewis <loewis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-29 23:47:26 +0000 |
---|---|---|
committer | loewis <loewis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-29 23:47:26 +0000 |
commit | b0f1b1c50827bd366ff10d336df2a41c1f4ac71c (patch) | |
tree | 6b313311c4dbfb2f57c464f5039138d99fd4a249 /gcc | |
parent | d0309f395d8eec464cc87134d3896056b6449110 (diff) | |
download | gcc-b0f1b1c50827bd366ff10d336df2a41c1f4ac71c.tar.gz |
Fix prototype for dbxout_symbol_location.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32269 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/dbxout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 054009281c4..213c66bb898 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -326,7 +326,7 @@ static void dbxout_type PARAMS ((tree, int, int)); static void print_int_cst_octal PARAMS ((tree)); static void print_octal PARAMS ((unsigned HOST_WIDE_INT, int)); static void dbxout_type_name PARAMS ((tree)); -static void dbxout_symbol_location PARAMS ((tree, tree, const char *, rtx)); +static int dbxout_symbol_location PARAMS ((tree, tree, const char *, rtx)); static void dbxout_symbol_name PARAMS ((tree, const char *, int)); static void dbxout_prepare_symbol PARAMS ((tree)); static void dbxout_finish_symbol PARAMS ((tree)); |