mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(HAVE_BZERO): Define for GCC v3.x and later.
This commit is contained in:
parent
20320c6516
commit
cc9308341d
1 changed files with 8 additions and 0 deletions
|
|
@ -84,6 +84,14 @@ s/^#undef POINTER_TYPE *$/#define POINTER_TYPE void/
|
|||
#else\
|
||||
#undef HAVE_STDINT_H\
|
||||
#endif
|
||||
# GCC 3.x has a built-in bzero, which conflicts with the define at
|
||||
# the end of config.in
|
||||
/^#undef HAVE_BZERO/c\
|
||||
#if __GNUC__ >= 3\
|
||||
#define HAVE_BZERO 1\
|
||||
#else\
|
||||
#undef HAVE_BZERO\
|
||||
#endif
|
||||
|
||||
# Comment out any remaining undef directives, because some of them
|
||||
# might be defined in sys/config.h we include at the top of config.h.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue