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

@@ -536,7 +536,7 @@ print_reductions (int state)
register int m;
register int n;
register int default_LA;
register int default_rule;
register int default_rule = 0;
register int cmax;
register int count;
register shifts *shiftp;