Fix IRIX cc warnings. Fix ui_out functions that didn't return a value.

This commit is contained in:
Andrew Cagney
2000-05-15 01:44:40 +00:00
parent 5e6cbf410d
commit 5bfb05ca59
4 changed files with 11 additions and 4 deletions

View File

@@ -2769,7 +2769,7 @@ parse_partial_symbols (objfile)
#define CUR_SYMBOL_TYPE type_code
#define CUR_SYMBOL_VALUE sh.value
#define START_PSYMTAB(ofile,fname,low,symoff,global_syms,static_syms)\
pst = save_pst
(pst = save_pst)
#define END_PSYMTAB(pst,ilist,ninc,c_off,c_text,dep_list,n_deps,textlow_not_set) (void)0
#define HANDLE_RBRAC(val) \
if ((val) > save_pst->texthigh) save_pst->texthigh = (val);