Commit 9aef2966 by Jeffrey A Law Committed by Jeff Law

* execute/921007-1.c: Make strcmp static.

From-SVN: r14998
parent c760091a
Fri Aug 29 12:46:05 1997 Jeffrey A Law (law@cygnus.com)
* execute/921007-1.c: Make strcmp static.
Thu May 15 14:00:04 1997 Mike Meissner <meissner@cygnus.com>
* execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
......
int strcmp(){return-1;}
static int strcmp(){return-1;}
#define strcmp __builtin_strcmp
main()
{
......
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