[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.15 and 1.16

version 1.15, 2021/01/26 18:21:25 version 1.16, 2022/12/26 19:16:01
Line 249 
Line 249 
     int         col_1;          /* set to true if the last token started in      int         col_1;          /* set to true if the last token started in
                                  * column 1 */                                   * column 1 */
     int         com_col;        /* this is the column in which the current      int         com_col;        /* this is the column in which the current
                                  * coment should start */                                   * comment should start */
     int         com_ind;        /* the column in which comments to the right      int         com_ind;        /* the column in which comments to the right
                                  * of code should start */                                   * of code should start */
     int         com_lines;      /* the number of lines with comments, set by      int         com_lines;      /* the number of lines with comments, set by

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16