This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/32449] declaring “strcmp()” as an extern function with inclusion of “string.h” is causing compilation error
- From: "schwab at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jun 2007 08:45:07 -0000
- Subject: [Bug c/32449] declaring “strcmp()” as an extern function with inclusion of “string.h” is causing compilation error
- References: <bug-32449-14587@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from schwab at suse dot de 2007-06-21 08:45 -------
<string.h> may define strcmp as a macro. This has nothing to do with the
compiler.
--
schwab at suse dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32449