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:
parent
e0a09fda9d
commit
29d83d60cd
@ -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>
|
2002-05-20 Krister Walfridsson <cato@df.lth.se>
|
||||||
|
|
||||||
* reload1.c (reload_cse_simplify): Fix typo in rtx code check.
|
* 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. */
|
/* Replace all CR NL, NL CR and CR sequences with NL. */
|
||||||
|
|
||||||
static void
|
static void
|
||||||
fixup_newlines (FILE_BUF *fp)
|
fixup_newlines (fp)
|
||||||
|
FILE_BUF *fp;
|
||||||
{
|
{
|
||||||
U_CHAR *p, *q, *end;
|
U_CHAR *p, *q, *end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user