No C++ comments in a C file.
git-svn-id: svn://10.0.0.236/trunk@152557 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
ce3d40c607
commit
83ca284cde
@ -37,12 +37,12 @@
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
// XXX We really want to be using little2_encoding_ns.type but we don't
|
||||
// yet define XML_NS in Mozilla.
|
||||
/* XXX We really want to be using little2_encoding_ns.type but we don't
|
||||
yet define XML_NS in Mozilla. */
|
||||
static
|
||||
int MOZ_byte_type(unsigned char p)
|
||||
{
|
||||
// little2_encoding.type and big2_encoding.type are equal.
|
||||
/* little2_encoding.type and big2_encoding.type are equal. */
|
||||
return p == ':' ? BT_COLON : little2_encoding.type[p];
|
||||
}
|
||||
|
||||
|
||||
@ -37,12 +37,12 @@
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
// XXX We really want to be using little2_encoding_ns.type but we don't
|
||||
// yet define XML_NS in Mozilla.
|
||||
/* XXX We really want to be using little2_encoding_ns.type but we don't
|
||||
yet define XML_NS in Mozilla. */
|
||||
static
|
||||
int MOZ_byte_type(unsigned char p)
|
||||
{
|
||||
// little2_encoding.type and big2_encoding.type are equal.
|
||||
/* little2_encoding.type and big2_encoding.type are equal. */
|
||||
return p == ':' ? BT_COLON : little2_encoding.type[p];
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user