emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/config.in


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/config.in
Date: Fri, 04 Apr 2003 01:23:48 -0500

Index: emacs/src/config.in
diff -c emacs/src/config.in:1.183 emacs/src/config.in:1.184
*** emacs/src/config.in:1.183   Mon Mar  3 13:31:22 2003
--- emacs/src/config.in Mon Mar 24 14:59:08 2003
***************
*** 1013,1018 ****
--- 1013,1020 ----
  #  endif
  #endif
  
+ #ifndef MAC_OSX
+ /* On Mac OS X, macros already defined in precompiled headers.  */
  /* avoid deprecated functions */
  #if HAVE_MEMCPY
  #  define bcopy(a,b,s) memcpy (b,a,s)
***************
*** 1024,1029 ****
--- 1026,1032 ----
  #  define BCMP memcmp
  #  define bcmp memcmp
  #endif
+ #endif /* MAC_OSX */
  
  #endif /* EMACS_CONFIG_H */
  




reply via email to

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