[BACK]Return to defs.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / sed

Diff for /src/usr.bin/sed/defs.h between version 1.6 and 1.7

version 1.6, 2015/07/17 20:38:57 version 1.7, 2015/10/26 22:24:44
Line 136 
Line 136 
 /*  /*
  * Error severity codes:   * Error severity codes:
  */   */
 #define FATAL           0       /* Exit immediately with 1 */  #define WARNING         0       /* Just print the warning */
 #define ERROR           1       /* Continue, but change exit value */  #define FATAL           1       /* Exit immediately with 1 */
 #define WARNING         2       /* Just print the warning */  #define COMPILE         2       /* Print error, count and finish script */
 #define COMPILE         3       /* Print error, count and finish script */  
 #define COMPILE2        3       /* Print error, count and finish script */  
   
 /*  /*
  * Round up to the nearest multiple of _POSIX2_LINE_MAX   * Round up to the nearest multiple of _POSIX2_LINE_MAX

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7