tradcpp.c (fixup_newlines): Use old-style function header.

2002-05-20  Duraid Madina   <duraid@fl.net.au>

	* tradcpp.c (fixup_newlines): Use old-style function header.

From-SVN: r53677
This commit is contained in:
Duraid Madina 2002-05-21 06:36:40 +00:00 committed by Zack Weinberg
parent e0a09fda9d
commit 29d83d60cd
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-05-20 Duraid Madina <duraid@fl.net.au>
* tradcpp.c (fixup_newlines): Use old-style function header.
2002-05-20 Krister Walfridsson <cato@df.lth.se>
* reload1.c (reload_cse_simplify): Fix typo in rtx code check.

View File

@ -2593,7 +2593,8 @@ process_include (stackp, fbeg, flen, system_header_p, op)
/* Replace all CR NL, NL CR and CR sequences with NL. */
static void
fixup_newlines (FILE_BUF *fp)
fixup_newlines (fp)
FILE_BUF *fp;
{
U_CHAR *p, *q, *end;