summaryrefslogtreecommitdiff
path: root/plugin/include/jri_md.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:49:23 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:49:23 +0000
commit634bfc0b47a1a0c613c5d1890fa465fc96818d26 (patch)
tree3d481cdc5b28b136a03dacaa3278e394e53a3456 /plugin/include/jri_md.h
parentd017e93a6a22f6d4c2c7e76deec1cdeca632135e (diff)
Diffstat (limited to 'plugin/include/jri_md.h')
-rw-r--r--plugin/include/jri_md.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/include/jri_md.h b/plugin/include/jri_md.h
index 1ba1c64..a7e5e03 100644
--- a/plugin/include/jri_md.h
+++ b/plugin/include/jri_md.h
@@ -4,6 +4,7 @@
* Java Runtime Interface - Machine Dependent Types
* Copyright (c) 1996 Netscape Communications Corporation. All rights reserved.
******************************************************************************/
+/* $XFree86: xc/programs/xrx/plugin/include/jri_md.h,v 1.3 2001/01/17 23:46:25 dawes Exp $ */
#ifndef JRI_MD_H
#define JRI_MD_H
@@ -65,7 +66,7 @@ extern "C" {
# endif
/* Mac */
-#elif macintosh || Macintosh || THINK_C
+#elif defined(macintosh) || defined(Macintosh) || defined(THINK_C)
# if defined(__MWERKS__) /* Metrowerks */
# if !__option(enumsalwaysint)
# error You need to define 'Enums Always Int' for your project.