This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / usr.bin / elvis / vars.c
index 19b5d19..13075b7 100644 (file)
@@ -51,6 +51,7 @@ int           bavar;          /* used only in BeforeAfter macros */
 /* used to detect changes that invalidate cached text/blocks */
 long           changes;        /* incremented when file is changed */
 int            significant;    /* boolean: was a *REAL* change made? */
 /* used to detect changes that invalidate cached text/blocks */
 long           changes;        /* incremented when file is changed */
 int            significant;    /* boolean: was a *REAL* change made? */
+int            exitcode = 0;   /* status code */
 
 /* used to support the pfetch() macro */
 int            plen;           /* length of the line */
 
 /* used to support the pfetch() macro */
 int            plen;           /* length of the line */