diff options
| author | Greg Ercolano <erco@seriss.com> | 2011-02-01 01:06:27 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2011-02-01 01:06:27 +0000 |
| commit | 9510d1d52b0bdf3ba8665571eedc42202dc546c7 (patch) | |
| tree | 4da9b6d85a94197ce22143d0fe9a89d4fea692f4 /src/xutf8/lcUniConv | |
| parent | 5759f3151f45a139266b956b7a879fdae08ec4c7 (diff) | |
Fixes to help build on SGI.
Mainly: problem with C++ style comments that were in C code and headers.
SGI C compiler / pre processor no grok C++ comments.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8347 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/xutf8/lcUniConv')
24 files changed, 82 insertions, 82 deletions
diff --git a/src/xutf8/lcUniConv/big5.h b/src/xutf8/lcUniConv/big5.h index a2939bf08..3b39c80cd 100644 --- a/src/xutf8/lcUniConv/big5.h +++ b/src/xutf8/lcUniConv/big5.h @@ -1880,7 +1880,7 @@ big5_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) } return RET_ILSEQ; } -#endif // NEED_TOWC +#endif /* NEED_TOWC */ #ifdef NEED_TOMB static const unsigned short big5_2charset[13703] = { @@ -4142,4 +4142,4 @@ big5_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) } return RET_TOOSMALL; } -#endif // NEED_TOMB +#endif /* NEED_TOMB */ diff --git a/src/xutf8/lcUniConv/cp1251.h b/src/xutf8/lcUniConv/cp1251.h index c46c115f7..8c0b54c5c 100644 --- a/src/xutf8/lcUniConv/cp1251.h +++ b/src/xutf8/lcUniConv/cp1251.h @@ -49,7 +49,7 @@ cp1251_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) } return RET_ILSEQ; } -#endif // NEED_TOWC +#endif /* NEED_TOWC */ #ifdef NEED_TOMB static const unsigned char cp1251_page00[32] = { @@ -114,4 +114,4 @@ cp1251_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) } return RET_ILSEQ; } -#endif // NEED_TOMB +#endif /* NEED_TOMB */ diff --git a/src/xutf8/lcUniConv/cp936ext.h b/src/xutf8/lcUniConv/cp936ext.h index f1e2292db..578db9561 100644 --- a/src/xutf8/lcUniConv/cp936ext.h +++ b/src/xutf8/lcUniConv/cp936ext.h @@ -1,29 +1,29 @@ -// -// "$Id$" -// -// Character encoding support for the Fast Light Tool Kit (FLTK). -// -// Copyright 1998-2010 by Bill Spitzak and others. -// -// This library is free software; you can redistribute it and/or -// modify it under the terms of the GNU Library General Public -// License as published by the Free Software Foundation; either -// version 2 of the License, or (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Library General Public License for more details. -// -// You should have received a copy of the GNU Library General Public -// License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -// USA. -// -// Please report all bugs and problems on the following page: -// -// http://www.fltk.org/str.php -// +/* + * "$Id$" + * + * Character encoding support for the Fast Light Tool Kit (FLTK). + * + * Copyright 1998-2010 by Bill Spitzak and others. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA. + * + * Please report all bugs and problems on the following page: + * + * http://www.fltk.org/str.php + */ #if !defined(WIN32) && !defined(__APPLE__) @@ -34,7 +34,7 @@ cp936ext_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) { return 0; } -#endif // NEED_TOWC +#endif /* NEED_TOWC */ #ifdef NEED_TOMB static int @@ -42,7 +42,7 @@ cp936ext_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) { return 0; } -#endif // NEED_TOMB +#endif /* NEED_TOMB */ #else /* @@ -3206,7 +3206,7 @@ cp936ext_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) } return RET_ILSEQ; } -#endif // NEED_TOWC +#endif /* NEED_TOWC */ #ifdef NEED_TOMB @@ -6248,12 +6248,12 @@ cp936ext_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) } return RET_TOOSMALL; } -#endif // NEED_TOMB +#endif /* NEED_TOMB */ -#endif // CP936 +#endif /* CP936 */ -#endif // __APPLE__ WIN32 +#endif /* __APPLE__ WIN32 */ -// -// End of "$Id$". -// +/* + * End of "$Id$". + */ diff --git a/src/xutf8/lcUniConv/gb2312.h b/src/xutf8/lcUniConv/gb2312.h index d7ee42789..acd21be0f 100644 --- a/src/xutf8/lcUniConv/gb2312.h +++ b/src/xutf8/lcUniConv/gb2312.h @@ -1088,7 +1088,7 @@ gb2312_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) } return RET_ILSEQ; } -#endif // NEED_TOWC +#endif /* NEED_TOWC */ #ifdef NEED_TOMB static const unsigned short gb2312_2charset[7445] = { @@ -2553,4 +2553,4 @@ gb2312_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) } return RET_TOOSMALL; } -#endif // NEED_TOMB +#endif /* NEED_TOMB */ diff --git a/src/xutf8/lcUniConv/gbk_tab_to_h.c b/src/xutf8/lcUniConv/gbk_tab_to_h.c index 0004ec2a3..0df963756 100644 --- a/src/xutf8/lcUniConv/gbk_tab_to_h.c +++ b/src/xutf8/lcUniConv/gbk_tab_to_h.c @@ -332,9 +332,9 @@ static void output_uni2charset_dense (const char* name, Encoding* enc) p = -1; for (t = 0; t < tableno; t++) if (tables[t].usecount > 1) { - //p = tables[t].minline >> 5; + /* p = tables[t].minline >> 5; */ p = tables[t].minline ; - //printf("static const unsigned short %s_page%02x[%d] = {\n", name, p, 8*(tables[t].maxline-tables[t].minline+1)); + /* printf("static const unsigned short %s_page%02x[%d] = {\n", name, p, 8*(tables[t].maxline-tables[t].minline+1)); */ printf("static const unsigned short %s_page%04x[%d] = {\n", name, p, 8*(tables[t].maxline-tables[t].minline+1)); for (j1 = tables[t].minline; j1 <= tables[t].maxline; j1++) { if ((j1 % 0x20) == 0 && j1 > tables[t].minline) @@ -382,7 +382,7 @@ static void output_uni2charset_dense (const char* name, Encoding* enc) } else { printf("if (wc >= 0x%04x && wc < 0x%04x)", 8*j1, 8*j2); } - //printf("\n c = %s_page%02x[wc", name, j1 >> 5); + /* printf("\n c = %s_page%02x[wc", name, j1 >> 5); */ printf("\n c = %s_page%04x[wc", name, j1); if (tables[t].minline > 0) printf("-0x%04x", 8*j1); diff --git a/src/xutf8/lcUniConv/iso8859_10.h b/src/xutf8/lcUniConv/iso8859_10.h index fc5305025..94e1c6985 100644 --- a/src/xutf8/lcUniConv/iso8859_10.h +++ b/src/xutf8/lcUniConv/iso8859_10.h @@ -36,7 +36,7 @@ iso8859_10_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) *pwc = (ucs4_t) iso8859_10_2uni[c-0xa0]; return 1; } -#endif // NEED_TOWC +#endif /* NEED_TOWC */ #ifdef NEED_TOMB static const unsigned char iso8859_10_page00[224] = { @@ -89,4 +89,4 @@ iso8859_10_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) } return RET_ILSEQ; } -#endif // NEED_TOMB +#endif /* NEED_TOMB */ diff --git a/src/xutf8/lcUniConv/iso8859_11.h b/src/xutf8/lcUniConv/iso8859_11.h index cdf2098b0..0d4d126fd 100644 --- a/src/xutf8/lcUniConv/iso8859_11.h +++ b/src/xutf8/lcUniConv/iso8859_11.h @@ -45,7 +45,7 @@ iso8859_11_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) } return RET_ILSEQ; } -#endif // NEED_TOWC +#endif /* NEED_TOWC */ #ifdef NEED_TOMB static const unsigned char iso8859_11_page0e[96] = { @@ -79,4 +79,4 @@ iso8859_11_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) } return RET_ILSEQ; } -#endif // NEED_TOMB +#endif /* NEED_TOMB */ diff --git a/src/xutf8/lcUniConv/iso8859_13.h b/src/xutf8/lcUniConv/iso8859_13.h index a3bb91c48..1f4ccd06c 100644 --- a/src/xutf8/lcUniConv/iso8859_13.h +++ b/src/xutf8/lcUniConv/iso8859_13.h @@ -36,7 +36,7 @@ iso8859_13_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) *pwc = (ucs4_t) iso8859_13_2uni[c-0xa0]; return 1; } -#endif // NEED_TOWC +#endif /* NEED_TOWC */ #ifdef NEED_TOMB static const unsigned char iso8859_13_page00[224] = { @@ -92,4 +92,4 @@ iso8859_13_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) } return RET_ILSEQ; } -#endif // NEED_TOWC +#endif /* NEED_TOWC */ diff --git a/src/xutf8/lcUniConv/iso8859_14.h b/src/xutf8/lcUniConv/iso8859_14.h index 7442aedf3..b36b6b916 100644 --- a/src/xutf8/lcUniConv/iso8859_14.h +++ b/src/xutf8/lcUniConv/iso8859_14.h @@ -36,7 +36,7 @@ iso8859_14_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) *pwc = (ucs4_t) c; return 1; } -#endif // NEED_TOWC +#endif /* NEED_TOWC */ #ifdef NEED_TOMB static const unsigned char iso8859_14_page00[96] = { @@ -110,4 +110,4 @@ iso8859_14_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) } return RET_ILSEQ; } -#endif // NEED_TOMB +#endif /* NEED_TOMB */ diff --git a/src/xutf8/lcUniConv/iso8859_15.h b/src/xutf8/lcUniConv/iso8859_15.h index a3a0f1699..99d5ceb1a 100644 --- a/src/xutf8/lcUniConv/iso8859_15.h +++ b/src/xutf8/lcUniConv/iso8859_15.h @@ -24,7 +24,7 @@ iso8859_15_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) *pwc = (ucs4_t) c; return 1; } -#endif // NEED_TOWC +#endif /* NEED_TOWC */ #ifdef NEED_TOMB static const unsigned char iso8859_15_page00[32] = { @@ -64,4 +64,4 @@ iso8859_15_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) } return RET_ILSEQ; } -#endif // NEED_TOMB +#endif /* NEED_TOMB */ diff --git a/src/xutf8/lcUniConv/iso8859_2.h b/src/xutf8/lcUniConv/iso8859_2.h index 3f4be1262..28c5f1094 100644 --- a/src/xutf8/lcUniConv/iso8859_2.h +++ b/src/xutf8/lcUniConv/iso8859_2.h @@ -36,7 +36,7 @@ iso8859_2_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) *pwc = (ucs4_t) iso8859_2_2uni[c-0xa0]; return 1; } -#endif // NEED_TOWC +#endif /* NEED_TOWC */ #ifdef NEED_TOMB static const unsigned char iso8859_2_page00[224] = { @@ -97,4 +97,4 @@ iso8859_2_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) return RET_ILSEQ; } */ -#endif // NEED_TOMB +#endif /* NEED_TOMB */ diff --git a/src/xutf8/lcUniConv/iso8859_3.h b/src/xutf8/lcUniConv/iso8859_3.h index 0402a965f..b2f3c7154 100644 --- a/src/xutf8/lcUniConv/iso8859_3.h +++ b/src/xutf8/lcUniConv/iso8859_3.h @@ -43,7 +43,7 @@ iso8859_3_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) } return RET_ILSEQ; } -#endif // NEED_TOWC +#endif /* NEED_TOWC */ #ifdef NEED_TOMB static const unsigned char iso8859_3_page00[96] = { @@ -101,4 +101,4 @@ iso8859_3_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) } return RET_ILSEQ; } -#endif // NEED_TOMB +#endif /* NEED_TOMB */ diff --git a/src/xutf8/lcUniConv/iso8859_4.h b/src/xutf8/lcUniConv/iso8859_4.h index bb9bc5820..c5e261f7d 100644 --- a/src/xutf8/lcUniConv/iso8859_4.h +++ b/src/xutf8/lcUniConv/iso8859_4.h @@ -36,7 +36,7 @@ iso8859_4_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) *pwc = (ucs4_t) iso8859_4_2uni[c-0xa0]; return 1; } -#endif // NEED_TOWC +#endif /* NEED_TOWC */ #ifdef NEED_TOMB static const unsigned char iso8859_4_page00[224] = { @@ -95,4 +95,4 @@ iso8859_4_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) } return RET_ILSEQ; } -#endif // NEED_TOMB +#endif /* NEED_TOMB */ diff --git a/src/xutf8/lcUniConv/iso8859_5.h b/src/xutf8/lcUniConv/iso8859_5.h index 41818e189..6d1970100 100644 --- a/src/xutf8/lcUniConv/iso8859_5.h +++ b/src/xutf8/lcUniConv/iso8859_5.h @@ -36,7 +36,7 @@ iso8859_5_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) *pwc = (ucs4_t) iso8859_5_2uni[c-0xa0]; return 1; } -#endif // NEED_TOWC +#endif /* NEED_TOWC */ #ifdef NEED_TOMB static const unsigned char iso8859_5_page00[16] = { @@ -78,4 +78,4 @@ iso8859_5_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) } return RET_ILSEQ; } -#endif // NEED_TOMB +#endif /* NEED_TOMB */ diff --git a/src/xutf8/lcUniConv/iso8859_6.h b/src/xutf8/lcUniConv/iso8859_6.h index 1b8d0c941..bcff11928 100644 --- a/src/xutf8/lcUniConv/iso8859_6.h +++ b/src/xutf8/lcUniConv/iso8859_6.h @@ -43,7 +43,7 @@ iso8859_6_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) } return RET_ILSEQ; } -#endif // NEED_TOWC +#endif /* NEED_TOWC */ #ifdef NEED_TOMB static const unsigned char iso8859_6_page00[16] = { @@ -81,4 +81,4 @@ iso8859_6_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) } return RET_ILSEQ; } -#endif // NEED_TOMB +#endif /* NEED_TOMB */ diff --git a/src/xutf8/lcUniConv/iso8859_7.h b/src/xutf8/lcUniConv/iso8859_7.h index bbb33be71..c85a68776 100644 --- a/src/xutf8/lcUniConv/iso8859_7.h +++ b/src/xutf8/lcUniConv/iso8859_7.h @@ -43,7 +43,7 @@ iso8859_7_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) } return RET_ILSEQ; } -#endif // NEED_TOWC +#endif /* NEED_TOWC */ #ifdef NEED_TOMB static const unsigned char iso8859_7_page00[32] = { @@ -89,4 +89,4 @@ iso8859_7_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) } return RET_ILSEQ; } -#endif // NEED_TOMB +#endif /* NEED_TOMB */ diff --git a/src/xutf8/lcUniConv/iso8859_8.h b/src/xutf8/lcUniConv/iso8859_8.h index a641fac43..a31e2aca5 100644 --- a/src/xutf8/lcUniConv/iso8859_8.h +++ b/src/xutf8/lcUniConv/iso8859_8.h @@ -43,7 +43,7 @@ iso8859_8_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) } return RET_ILSEQ; } -#endif // NEED_TOWC +#endif /* NEED_TOWC */ #ifdef NEED_TOMB static const unsigned char iso8859_8_page00[88] = { @@ -90,4 +90,4 @@ iso8859_8_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) } return RET_ILSEQ; } -#endif // NEED_TOMB +#endif /* NEED_TOMB */ diff --git a/src/xutf8/lcUniConv/iso8859_9.h b/src/xutf8/lcUniConv/iso8859_9.h index 6e361160d..0986c2292 100644 --- a/src/xutf8/lcUniConv/iso8859_9.h +++ b/src/xutf8/lcUniConv/iso8859_9.h @@ -27,7 +27,7 @@ iso8859_9_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) *pwc = (ucs4_t) c; return 1; } -#endif // NEED_TOWC +#endif /* NEED_TOWC */ #ifdef NEED_TOMB static const unsigned char iso8859_9_page00[48] = { @@ -68,4 +68,4 @@ iso8859_9_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) } return RET_ILSEQ; } -#endif // NEED_TOMB +#endif /* NEED_TOMB */ diff --git a/src/xutf8/lcUniConv/jisx0201.h b/src/xutf8/lcUniConv/jisx0201.h index 4c4365e4c..1c7a8513d 100644 --- a/src/xutf8/lcUniConv/jisx0201.h +++ b/src/xutf8/lcUniConv/jisx0201.h @@ -25,7 +25,7 @@ jisx0201_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) } return RET_ILSEQ; } -#endif // NEED_TOWC +#endif /* NEED_TOWC */ #ifdef NEED_TOMB @@ -50,4 +50,4 @@ jisx0201_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) } return RET_ILSEQ; } -#endif // NEED_TOMB +#endif /* NEED_TOMB */ diff --git a/src/xutf8/lcUniConv/jisx0208.h b/src/xutf8/lcUniConv/jisx0208.h index 400ac8bd3..37db9150d 100644 --- a/src/xutf8/lcUniConv/jisx0208.h +++ b/src/xutf8/lcUniConv/jisx0208.h @@ -1020,7 +1020,7 @@ jisx0208_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) } return RET_ILSEQ; } -#endif // NEED_TOWC +#endif /* NEED_TOWC */ #ifdef NEED_TOMB static const unsigned short jisx0208_2charset[6879] = { @@ -2398,4 +2398,4 @@ jisx0208_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) } return RET_TOOSMALL; } -#endif // NEED_TOMB +#endif /* NEED_TOMB */ diff --git a/src/xutf8/lcUniConv/jisx0212.h b/src/xutf8/lcUniConv/jisx0212.h index 958c1fffc..d0cb69fb0 100644 --- a/src/xutf8/lcUniConv/jisx0212.h +++ b/src/xutf8/lcUniConv/jisx0212.h @@ -927,7 +927,7 @@ jisx0212_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) } return RET_ILSEQ; } -#endif // NEED_TOWC +#endif /* NEED_TOWC */ #ifdef NEED_TOMB static const unsigned short jisx0212_2charset[6067] = { @@ -2165,4 +2165,4 @@ jisx0212_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) } return RET_TOOSMALL; } -#endif // NEED_TOMB +#endif /* NEED_TOMB */ diff --git a/src/xutf8/lcUniConv/koi8_r.h b/src/xutf8/lcUniConv/koi8_r.h index 887979535..d85f41a28 100644 --- a/src/xutf8/lcUniConv/koi8_r.h +++ b/src/xutf8/lcUniConv/koi8_r.h @@ -44,7 +44,7 @@ koi8_r_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) *pwc = (ucs4_t) koi8_r_2uni[c-0x80]; return 1; } -#endif // NEED_TOWC +#endif /* NEED_TOWC */ #ifdef NEED_TOMB static const unsigned char koi8_r_page00[88] = { @@ -136,4 +136,4 @@ koi8_r_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) } return RET_ILSEQ; } -#endif // NEED_TOMB +#endif /* NEED_TOMB */ diff --git a/src/xutf8/lcUniConv/koi8_u.h b/src/xutf8/lcUniConv/koi8_u.h index c53e00e52..abb6c8979 100644 --- a/src/xutf8/lcUniConv/koi8_u.h +++ b/src/xutf8/lcUniConv/koi8_u.h @@ -43,7 +43,7 @@ koi8_u_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) *pwc = (ucs4_t) koi8_u_2uni[c-0x80]; return 1; } -#endif // NEED_TOWC +#endif /* NEED_TOWC */ #ifdef NEED_TOMB static const unsigned char koi8_u_page00[88] = { @@ -143,4 +143,4 @@ koi8_u_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) } return RET_ILSEQ; } -#endif // NEED_TOMB +#endif /* NEED_TOMB */ diff --git a/src/xutf8/lcUniConv/ksc5601.h b/src/xutf8/lcUniConv/ksc5601.h index e6a8bd56c..277c8d44b 100644 --- a/src/xutf8/lcUniConv/ksc5601.h +++ b/src/xutf8/lcUniConv/ksc5601.h @@ -1198,7 +1198,7 @@ ksc5601_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) } return RET_ILSEQ; } -#endif // NEED_TOWC +#endif /* NEED_TOWC */ #ifdef NEED_TOMB static const unsigned short ksc5601_2charset[8224] = { @@ -3003,4 +3003,4 @@ ksc5601_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) } return RET_TOOSMALL; } -#endif // NEED_TOMB +#endif /* NEED_TOMB */ |
