Hush a few compiler warnings.

This commit is contained in:
Jesse Thilo
1999-01-20 22:55:06 +00:00
parent a693bf18ef
commit 2686a6e713
4 changed files with 11 additions and 8 deletions

View File

@@ -708,8 +708,8 @@ action_row (int state)
register int i;
register int j;
register int k;
register int m;
register int n;
register int m = 0;
register int n = 0;
register int count;
register int default_rule;
register int nreds;
@@ -1165,7 +1165,7 @@ pack_vector (int vector)
register int j;
register int k;
register int t;
register int loc;
register int loc = 0;
register int ok;
register short *from;
register short *to;