* alpha/linux.h (CPP_PREDEFINES): Correct connecting whitespace
to SUB_CPP_PREDEFINES. Reported by asun@saul4.u.washington.edu.
-Mon Mar 2 19:51:27 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
+Mon Mar 2 22:59:28 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
* final.c (insn_last_address, insn_current_align, uid_align):
New variables.
GROWTH should be ~0 if the objective is to compute potential code size
increase, and 0 if the objective is to compute potential shrink.
The return value is undefined for any other value of GROWTH. */
-int align_fuzz (start, end, known_align_log, growth)
+int
+align_fuzz (start, end, known_align_log, growth)
rtx start, end;
int known_align_log;
unsigned growth;