[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.12 and 1.13

version 1.12, 2002/03/16 00:18:19 version 1.13, 2002/11/29 20:15:43
Line 1112 
Line 1112 
                      */                       */
                     if (match_state[ifdef_level].tos >= 0                      if (match_state[ifdef_level].tos >= 0
                           && bcmp(&ps, &match_state[ifdef_level], sizeof ps))                            && bcmp(&ps, &match_state[ifdef_level], sizeof ps))
                         diag(0, "Syntactically inconsistant #ifdef alternatives.");                          diag(0, "Syntactically inconsistent #ifdef alternatives.");
 #endif  #endif
                 }                  }
                 if (blanklines_around_conditional_compilation) {                  if (blanklines_around_conditional_compilation) {

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13