[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/msdos/sed2v2.inp
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] Changes to emacs/msdos/sed2v2.inp |
Date: |
Mon, 08 Nov 2004 08:07:37 -0500 |
Index: emacs/msdos/sed2v2.inp
diff -c emacs/msdos/sed2v2.inp:1.4 emacs/msdos/sed2v2.inp:1.5
*** emacs/msdos/sed2v2.inp:1.4 Sun May 2 18:54:24 2004
--- emacs/msdos/sed2v2.inp Mon Nov 8 13:01:50 2004
***************
*** 84,89 ****
--- 84,97 ----
#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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/msdos/sed2v2.inp,
Eli Zaretskii <=