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

@@ -519,7 +519,7 @@ augment_automaton (void)
register core *statep;
register shifts *sp;
register shifts *sp2;
register shifts *sp1;
register shifts *sp1 = NULL;
sp = first_shift;