diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:49:23 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:49:23 +0000 |
commit | 634bfc0b47a1a0c613c5d1890fa465fc96818d26 (patch) | |
tree | 3d481cdc5b28b136a03dacaa3278e394e53a3456 /plugin/include/jri_md.h | |
parent | d017e93a6a22f6d4c2c7e76deec1cdeca632135e (diff) |
XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1
Diffstat (limited to 'plugin/include/jri_md.h')
-rw-r--r-- | plugin/include/jri_md.h | 3 |
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. |