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

Diff for /src/usr.bin/indent/lexi.c between version 1.17 and 1.18

version 1.17, 2014/10/11 03:05:48 version 1.18, 2015/01/22 05:35:27
Line 202 
Line 202 
                 }                  }
                 break;                  break;
             }              }
               if (!(seensfx & 1) &&
                   (*buf_ptr == 'F' || *buf_ptr == 'f')) {
                   CHECK_SIZE_TOKEN;
                   *e_token++ = *buf_ptr++;
                   seensfx |= 1;
               }
         }          }
         else          else
             while (chartype[(int)*buf_ptr] == alphanum) {       /* copy it over */              while (chartype[(int)*buf_ptr] == alphanum) {       /* copy it over */

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18