bugfix for 80329; /r=sfraser; /sr=brendan

git-svn-id: svn://10.0.0.236/trunk@95164 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
yokoyama%netscape.com
2001-05-17 00:02:21 +00:00
parent ed290e94cd
commit c4d20f462f
154 changed files with 367 additions and 387 deletions

View File

@@ -36,11 +36,11 @@
//----------------------------------------------------------------------
// Global functions and data [declaration]
static PRUint16 g_ufMappingTable[] = {
static const PRUint16 g_ufMappingTable[] = {
#include "mathematica5.uf"
};
static PRInt16 g_ufShiftTable[] = {
static const PRInt16 g_ufShiftTable[] = {
0, u1ByteCharset ,
ShiftCell(0,0,0,0,0,0,0,0)
};