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

Diff for /src/usr.bin/lex/ecs.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 144 
Line 144 
                         { /* look for the symbol in the character class */                          { /* look for the symbol in the character class */
                         for ( ; j < lenccl; ++j )                          for ( ; j < lenccl; ++j )
                                 {                                  {
                                 register int ccl_char;                                  int ccl_char;
   
                                 if ( NUL_mapping && ccls[j] == 0 )                                  if ( NUL_mapping && ccls[j] == 0 )
                                         ccl_char = NUL_mapping;                                          ccl_char = NUL_mapping;

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