diff src/s/darwin.h @ 84464:ccd6d86fd9a6

* s/darwin.h (MULTI_KBOARD): Only define for Carbon.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 11 Sep 2007 01:04:00 +0000
parents 7b7c42786f4a
children ec2f30e07030 bdb3fe0ba9fa
line wrap: on
line diff
--- a/src/s/darwin.h	Mon Sep 10 22:07:27 2007 +0000
+++ b/src/s/darwin.h	Tue Sep 11 01:04:00 2007 +0000
@@ -38,9 +38,6 @@
 #define BSD_SYSTEM
 /* #define VMS */
 
-/* XXX The MULTI_KBOARD support does not work yet on this platform. */
-#undef MULTI_KBOARD
-
 #if 0 /* Don't define DARWIN on Mac OS X because CoreFoundation.h uses
 	 it to distinguish Mac OS X from bare Darwin.  */
 #ifndef	DARWIN
@@ -55,6 +52,10 @@
 #define MAC_OS
 /* We need a little extra space, see ../../lisp/loadup.el. */
 #define SYSTEM_PURESIZE_EXTRA 30000
+
+/* XXX The MULTI_KBOARD support does not work yet on this platform. */
+#undef MULTI_KBOARD
+
 #endif
 #endif