Not a bug. Removing 4 spurrious lines (no effect on the binary generated)

sneaked in the previous commit (for bug 206811) by mistake.
This commit is contained in:
jshin%mailaps.org 2003-06-04 06:34:38 +00:00
Родитель 705c95a9ff
Коммит 5c17cefb54
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -58,15 +58,11 @@
// iconv for all platforms where nltypes.h and nllanginfo.h are present
// along with iconv.
//
#if 1
#if defined(HAVE_ICONV) && defined(HAVE_NL_TYPES_H) && defined(HAVE_NL_LANGINFO)
#define USE_ICONV 1
#else
#define USE_STDCONV 1
#endif
#else
#define USE_STDCONV 1
#endif
static void
isolatin1_to_utf16(const char **input, PRUint32 *inputLeft, PRUnichar **output, PRUint32 *outputLeft)