[BACK]Return to nfa.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / lex

Diff for /src/usr.bin/lex/nfa.c between version 1.4 and 1.5

version 1.4, 2001/06/17 07:30:42 version 1.5, 2001/11/19 19:02:14
Line 321 
Line 321 
  */   */
   
 void mark_beginning_as_normal( mach )  void mark_beginning_as_normal( mach )
 register int mach;  int mach;
         {          {
         switch ( state_type[mach] )          switch ( state_type[mach] )
                 {                  {

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5