[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.13 and 1.14

version 1.13, 2007/09/02 15:19:32 version 1.14, 2007/11/27 16:22:14
Line 228 
Line 228 
             ps.last_u_d = true;              ps.last_u_d = true;
             return (decl);              return (decl);
         }          }
         ps.last_u_d = false;    /* Operator after indentifier is binary */          ps.last_u_d = false;    /* Operator after identifier is binary */
         last_code = ident;      /* Remember that this is the code we will          last_code = ident;      /* Remember that this is the code we will
                                  * return */                                   * return */
   

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14