aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
diff options
context:
space:
mode:
authorAndrew Choi <[email protected]>2003-03-24 19:59:08 +0000
committerAndrew Choi <[email protected]>2003-03-24 19:59:08 +0000
commit365fa1b37dd1b61fb384c4ce9fe3b43c91a627e2 (patch)
tree17fc1662d746075bcd58901719384e10c9b4d818 /src/fns.c
parent73ceba9f1a70558433cb9962a9e5255482b561dc (diff)
Allow building on Mac OS X again after Kim's merging of display code.
Diffstat (limited to 'src/fns.c')
-rw-r--r--src/fns.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fns.c b/src/fns.c
index fe3e0f82a3..6c752fc9dd 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -26,10 +26,16 @@ Boston, MA 02111-1307, USA. */
#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"