/[emacs]/emacs/src/fns.c
ViewVC logotype

Diff of /emacs/src/fns.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.334 by monnier, Sat Feb 22 22:21:11 2003 UTC revision 1.335 by akochoi, Mon Mar 24 19:59:08 2003 UTC
# Line 26  Boston, MA 02111-1307, USA.  */ Line 26  Boston, MA 02111-1307, USA.  */
26  #endif  #endif
27  #include <time.h>  #include <time.h>
28    
29    #ifndef MAC_OSX
30    /* On Mac OS X, defining this conflicts with precompiled headers.  */
31    
32  /* Note on some machines this defines `vector' as a typedef,  /* Note on some machines this defines `vector' as a typedef,
33     so make sure we don't use that name in this file.  */     so make sure we don't use that name in this file.  */
34  #undef vector  #undef vector
35  #define vector *****  #define vector *****
36    
37    #endif  /* ! MAC_OSX */
38    
39  #include "lisp.h"  #include "lisp.h"
40  #include "commands.h"  #include "commands.h"
41  #include "charset.h"  #include "charset.h"

Legend:
Removed from v.1.334  
changed lines
  Added in v.1.335

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26