add static to reduce Macintosh compiler warnings

This commit is contained in:
brade%netscape.com 1999-03-03 14:37:04 +00:00
parent f1cad0aeb2
commit 11382522e8
2 changed files with 2 additions and 0 deletions

View File

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

View File

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