diff options
Diffstat (limited to 'emulators/mame/patches/patch-src_lib_util_astring.h')
-rw-r--r-- | emulators/mame/patches/patch-src_lib_util_astring.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/emulators/mame/patches/patch-src_lib_util_astring.h b/emulators/mame/patches/patch-src_lib_util_astring.h index b596f3ed3b2..3d023e23dfd 100644 --- a/emulators/mame/patches/patch-src_lib_util_astring.h +++ b/emulators/mame/patches/patch-src_lib_util_astring.h @@ -1,17 +1,17 @@ -$NetBSD: patch-src_lib_util_astring.h,v 1.3 2011/02/11 13:16:40 abs Exp $ +$NetBSD: patch-src_lib_util_astring.h,v 1.4 2011/02/26 07:06:24 wiz Exp $ Sent upstream and accepted. --- src/lib/util/astring.h.orig 2010-10-31 23:48:04.000000000 +0000 +++ src/lib/util/astring.h @@ -296,6 +296,10 @@ INLINE astring *astring_assemble_5(astri - ***************************************************************************/
-
- #ifdef __cplusplus
-+#ifdef SDLMAME_NETBSD
-+#undef toupper
-+#undef tolower
-+#endif
-
- /* derived class for C++ */
- class astring : public astring_base
+ ***************************************************************************/ + + #ifdef __cplusplus ++#ifdef SDLMAME_NETBSD ++#undef toupper ++#undef tolower ++#endif + + /* derived class for C++ */ + class astring : public astring_base |