emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/msdos/sed2v2.inp [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/msdos/sed2v2.inp [emacs-unicode-2]
Date: Thu, 11 Nov 2004 22:18:48 -0500

Index: emacs/msdos/sed2v2.inp
diff -c emacs/msdos/sed2v2.inp:1.1.6.2 emacs/msdos/sed2v2.inp:1.1.6.3
*** emacs/msdos/sed2v2.inp:1.1.6.2      Mon Jun 28 07:30:01 2004
--- emacs/msdos/sed2v2.inp      Fri Nov 12 02:53:02 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]