[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.99 and 1.100

version 1.99, 2021/11/25 07:41:13 version 1.100, 2021/11/25 07:45:32
Line 313  extern struct parser_state {
Line 313  extern struct parser_state {
     bool decl_indent_done;      /* whether the indentation for a declaration      bool decl_indent_done;      /* whether the indentation for a declaration
                                  * has been added to the code buffer. */                                   * has been added to the code buffer. */
   
     bool in_stmt;               /* TODO: rename to something appropriate; this      bool in_stmt_or_decl;       /* whether in a statement or a struct
                                  * is set to true in struct declarations as                                   * declaration or a plain declaration */
                                  * well, so 'stmt' isn't accurate */  
     bool in_stmt_cont;          /* whether the next line should have an extra      bool in_stmt_cont;          /* whether the next line should have an extra
                                  * indentation level because we are in the                                   * indentation level because we are in the
                                  * middle of a statement */                                   * middle of a statement */

Legend:
Removed from v.1.99  
changed lines
  Added in v.1.100

CVSweb <webmaster@jp.NetBSD.org>