Commit 29d83d60 by Duraid Madina Committed by Zack Weinberg

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
parent e0a09fda
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.
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment