OLD | NEW |
1 /* | 1 /* |
2 ****************************************************************************** | 2 ****************************************************************************** |
3 * | 3 * |
4 * Copyright (C) 1997-2007, International Business Machines | 4 * Copyright (C) 1997-2007, International Business Machines |
5 * Corporation and others. All Rights Reserved. | 5 * Corporation and others. All Rights Reserved. |
6 * | 6 * |
7 ****************************************************************************** | 7 ****************************************************************************** |
8 * | 8 * |
9 * FILE NAME : platform.h | 9 * FILE NAME : platform.h |
10 * | 10 * |
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
304 # endif | 304 # endif |
305 #endif | 305 #endif |
306 | 306 |
307 #define U_ALIGN_CODE(n) | 307 #define U_ALIGN_CODE(n) |
308 | 308 |
309 /*===========================================================================*/ | 309 /*===========================================================================*/ |
310 /* Programs used by ICU code */ | 310 /* Programs used by ICU code */ |
311 /*===========================================================================*/ | 311 /*===========================================================================*/ |
312 | 312 |
313 #define U_MAKE "/usr/local/bin/gmake" | 313 #define U_MAKE "/usr/local/bin/gmake" |
OLD | NEW |