relax_align is now static

This commit is contained in:
Ken Raeburn 1993-09-23 17:20:29 +00:00
parent 114221b5a4
commit eae7e03cac
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ seg_info_type seg_info_off_by_4[N_SEG] =
#define SEG_INFO_FROM_SEG_NUMBER(x) (seg_info_off_by_4[(x)])
relax_addressT
static relax_addressT
DEFUN (relax_align, (address, alignment),
register relax_addressT address AND
register long alignment)