[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.20 and 1.21

version 1.20, 2016/06/06 06:43:03 version 1.21, 2022/12/26 19:16:01
Line 324 
Line 324 
             ps.last_u_d = true; /* will make "int a -1" work */              ps.last_u_d = true; /* will make "int a -1" work */
         last_code = ident;          last_code = ident;
         return (ident);         /* the ident is not in the list */          return (ident);         /* the ident is not in the list */
     }                           /* end of procesing for alpanum character */      }                           /* end of processing for alpanum character */
   
     /* Scan a non-alphanumeric token */      /* Scan a non-alphanumeric token */
   
Line 341 
Line 341 
         code = (had_eof ? 0 : newline);          code = (had_eof ? 0 : newline);
   
         /*          /*
          * if data has been exausted, the newline is a dummy, and we should           * if data has been exhausted, the newline is a dummy, and we should
          * return code to stop           * return code to stop
          */           */
         break;          break;

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21