зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
705c95a9ff
Коммит
5c17cefb54
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче