emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/fns.c


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

Index: emacs/src/fns.c
diff -c emacs/src/fns.c:1.334 emacs/src/fns.c:1.335
*** emacs/src/fns.c:1.334       Sat Feb 22 17:21:11 2003
--- emacs/src/fns.c     Mon Mar 24 14:59:08 2003
***************
*** 26,35 ****
--- 26,41 ----
  #endif
  #include <time.h>
  
+ #ifndef MAC_OSX
+ /* On Mac OS X, defining this conflicts with precompiled headers.  */
+ 
  /* Note on some machines this defines `vector' as a typedef,
     so make sure we don't use that name in this file.  */
  #undef vector
  #define vector *****
+ 
+ #endif  /* ! MAC_OSX */
+ 
  #include "lisp.h"
  #include "commands.h"
  #include "charset.h"




reply via email to

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