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:
@@ -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)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user