added global variable cond -- current state of conditionals
authorKurt A. Schoens <kas@ucbvax.Berkeley.EDU>
Sun, 19 Oct 1980 10:15:34 +0000 (02:15 -0800)
committerKurt A. Schoens <kas@ucbvax.Berkeley.EDU>
Sun, 19 Oct 1980 10:15:34 +0000 (02:15 -0800)
SCCS-vsn: usr.bin/mail/glob.h 1.5

usr/src/usr.bin/mail/glob.h

index 80941d2..8c93680 100644 (file)
@@ -4,7 +4,7 @@
  */
 
 /*
  */
 
 /*
- * Sccs Id = "@(#)glob.h       1.4 %G%";
+ * Sccs Id = "@(#)glob.h       1.5 %G%";
  */
 
 int    msgCount;                       /* Count of messages read in */
  */
 
 int    msgCount;                       /* Count of messages read in */
@@ -21,6 +21,7 @@ int   readonly;                       /* Will be unable to rewrite file */
 int    noreset;                        /* String resets suspended */
 int    sourcing;                       /* Currently reading variant file */
 int    shudann;                        /* Print headers when possible */
 int    noreset;                        /* String resets suspended */
 int    sourcing;                       /* Currently reading variant file */
 int    shudann;                        /* Print headers when possible */
+int    cond;                           /* Current state of conditional exc. */
 FILE   *itf;                           /* Input temp file buffer */
 FILE   *otf;                           /* Output temp file buffer */
 FILE   *pipef;                         /* Pipe file we have opened */
 FILE   *itf;                           /* Input temp file buffer */
 FILE   *otf;                           /* Output temp file buffer */
 FILE   *pipef;                         /* Pipe file we have opened */