fix for bug 200330 - const the heck out of htmlparser!

sr=sfraser, r=jag
This commit is contained in:
alecf@netscape.com
2003-04-02 22:59:51 +00:00
parent 7dd1c7c39e
commit b0d136abf4
22 changed files with 300 additions and 300 deletions

View File

@@ -2051,7 +2051,7 @@ CEntityToken::ConsumeEntity(PRUnichar aChar,
*/
#define NOT_USED 0xfffd
static PRUint16 PA_HackTable[] = {
static const PRUint16 PA_HackTable[] = {
0x20ac, /* EURO SIGN */
NOT_USED,
0x201a, /* SINGLE LOW-9 QUOTATION MARK */