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:
peterv%propagandism.org 2004-02-09 17:27:03 +00:00
parent ce3d40c607
commit 83ca284cde
2 changed files with 6 additions and 6 deletions

View File

@ -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];
}

View File

@ -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];
}