Commit 87608693 by Kaveh R. Ghazi Committed by Kaveh Ghazi

* system.h (__NO_STRING_INLINES): Define.

From-SVN: r61528
parent 475c8250
2003-01-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* system.h (__NO_STRING_INLINES): Define.
2003-01-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> 2003-01-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x * ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x
......
...@@ -112,6 +112,10 @@ extern int fprintf_unlocked PARAMS ((FILE *, const char *, ...)); ...@@ -112,6 +112,10 @@ extern int fprintf_unlocked PARAMS ((FILE *, const char *, ...));
extern int errno; extern int errno;
#endif #endif
/* Some of glibc's string inlines cause warnings. Plus we'd rather
rely on (and therefore test) GCC's string builtins. */
#define __NO_STRING_INLINES
#ifdef STRING_WITH_STRINGS #ifdef STRING_WITH_STRINGS
# include <string.h> # include <string.h>
# include <strings.h> # include <strings.h>
......
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