[BACK]Return to parse.c 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/parse.c between version 1.21 and 1.22

version 1.21, 2021/09/25 07:59:52 version 1.22, 2021/09/25 08:04:13
Line 65  parse(token_type ttype)
Line 65  parse(token_type ttype)
     int         i;      int         i;
   
 #ifdef debug  #ifdef debug
     printf("parse token: '%s' \"%s\"\n", token_type_name(ttype), s_token);      printf("parse token: '%s' \"%s\"\n", token_type_name(ttype), token.s);
 #endif  #endif
   
     while (ps.p_stack[ps.tos] == if_expr_stmt && ttype != keyword_else) {      while (ps.p_stack[ps.tos] == if_expr_stmt && ttype != keyword_else) {

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

CVSweb <webmaster@jp.NetBSD.org>