]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/toolutil/uoptions.h
ICU-511.25.tar.gz
[apple/icu.git] / icuSources / tools / toolutil / uoptions.h
index 55e30f681b290a519f68b64e872ea001b5e9c6eb..43db65f281fc1934cb888363660cb33175534ac2 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *******************************************************************************
 *
-*   Copyright (C) 2000, International Business Machines
+*   Copyright (C) 2000-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 *******************************************************************************
@@ -22,7 +22,7 @@
 #include "unicode/utypes.h"
 
 /* This should usually be called before calling u_parseArgs */
-/*#if defined(OS390) && (U_CHARSET_FAMILY == U_ASCII_FAMILY)*/
+/*#if U_PLATFORM == U_PF_OS390 && (U_CHARSET_FAMILY == U_ASCII_FAMILY)*/
     /* translate args from EBCDIC to ASCII */
 /*#   define U_MAIN_INIT_ARGS(argc, argv) __argvtoascii_a(argc, argv)*/
 /*#elif defined(XP_MAC_CONSOLE)*/