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

Diff for /src/usr.bin/indent/indent_globs.h between version 1.2 and 1.3

version 1.2, 1996/06/26 05:34:30 version 1.3, 1997/07/25 22:00:45
Line 218 
Line 218 
     float       cstk[STACKSIZE];/* used to store case stmt indentation levels */      float       cstk[STACKSIZE];/* used to store case stmt indentation levels */
     int         box_com;        /* set to true when we are in a "boxed"      int         box_com;        /* set to true when we are in a "boxed"
                                  * comment. In that case, the first non-blank                                   * comment. In that case, the first non-blank
                                  * char should be lined up with the / in /* */                                   * char should be lined up with the / in rem */
     int         comment_delta,      int         comment_delta,
                 n_comment_delta;                  n_comment_delta;
     int         cast_mask;      /* indicates which close parens close off      int         cast_mask;      /* indicates which close parens close off

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3