=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/nfa.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/lex/nfa.c 2001/06/17 07:30:42 1.4 +++ src/usr.bin/lex/nfa.c 2001/11/19 19:02:14 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: nfa.c,v 1.4 2001/06/17 07:30:42 deraadt Exp $ */ +/* $OpenBSD: nfa.c,v 1.5 2001/11/19 19:02:14 mpech Exp $ */ /* nfa - NFA construction routines */ @@ -28,7 +28,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $Header: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/nfa.c,v 1.4 2001/06/17 07:30:42 deraadt Exp $ */ +/* $Header: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/nfa.c,v 1.5 2001/11/19 19:02:14 mpech Exp $ */ #include "flexdef.h" @@ -321,7 +321,7 @@ */ void mark_beginning_as_normal( mach ) -register int mach; +int mach; { switch ( state_type[mach] ) {