forked from mirrors/gecko-dev
add static to reduce Macintosh compiler warnings
This commit is contained in:
parent
f1cad0aeb2
commit
11382522e8
2 changed files with 2 additions and 0 deletions
|
|
@ -431,6 +431,7 @@ void DebugDumpContainmentRules(nsIDTD& theDTD,const char* aFilename,const char*
|
|||
|
||||
static PRUint32 crc_table[256];
|
||||
|
||||
static
|
||||
void gen_crc_table() {
|
||||
/* generate the table of CRC remainders for all possible bytes */
|
||||
int i, j;
|
||||
|
|
|
|||
|
|
@ -431,6 +431,7 @@ void DebugDumpContainmentRules(nsIDTD& theDTD,const char* aFilename,const char*
|
|||
|
||||
static PRUint32 crc_table[256];
|
||||
|
||||
static
|
||||
void gen_crc_table() {
|
||||
/* generate the table of CRC remainders for all possible bytes */
|
||||
int i, j;
|
||||
|
|
|
|||
Loading…
Reference in a new issue