1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-05 12:56:08 +00:00

From FSFChangeLog: (tfaff): Now a function, not a string. All users changed.

I did not catch this on the EGCS 1.1.x --> GCC 2.95 upgrade.
So propogate this change to our custom hacks.

PR:		15549
Submitted by:	Naohiko Tsuji <yakisoba@osaka.interq.or.jp>
		Patrick Bihan-Faou <patrick@mindstep.com>
This commit is contained in:
David E. O'Brien 2000-04-18 04:13:29 +00:00
parent 6756d48641
commit 6876d9f694
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59347

View File

@ -1652,7 +1652,7 @@ check_format_info (info, params)
/* There should be an int arg to control the string arg. */
if (params == 0)
{
warning (tfaff);
tfaff ();
return;
}
if (info->first_arg_num != 0)
@ -1675,7 +1675,7 @@ check_format_info (info, params)
/* There should be an unsigned char * arg before the string arg. */
if (params == 0)
{
warning (tfaff);
tfaff ();
return;
}
if (info->first_arg_num != 0)