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

Diff for /src/usr.bin/indent/indent.c between version 1.27 and 1.28

version 1.27, 2015/08/20 22:32:41 version 1.28, 2015/10/05 23:42:40
Line 78 
Line 78 
   
     int         last_else = 0;  /* true iff last keyword was an else */      int         last_else = 0;  /* true iff last keyword was an else */
   
       if (tame("stdio rpath wpath cpath", NULL) == -1)
           err(1, "tame");
   
     /*-----------------------------------------------*\      /*-----------------------------------------------*\
     |                 INITIALIZATION                  |      |                 INITIALIZATION                  |

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28