[BACK]Return to indent.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / indent

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/indent/indent.h between version 1.81 and 1.82

version 1.81, 2021/11/07 07:44:59 version 1.82, 2021/11/07 08:24:50
Line 307  extern struct parser_state {
Line 307  extern struct parser_state {
                                  * starting a structure definition or an                                   * starting a structure definition or an
                                  * initialization list */                                   * initialization list */
   
     int ind_level;              /* the current indentation level */      int ind_level;              /* the indentation level for the line that is
                                    * currently prepared for output */
     int ind_level_follow;       /* the level to which ind_level should be set      int ind_level_follow;       /* the level to which ind_level should be set
                                  * after the current line is printed */                                   * after the current line is printed */
   

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82

CVSweb <webmaster@jp.NetBSD.org>