X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/6c0822ea6054e6e05d15f980c3a16c16919750c8..b04d2a11296ccac13e772a7d5ad93b1086363a12:/usr/src/usr.bin/mail/glob.h diff --git a/usr/src/usr.bin/mail/glob.h b/usr/src/usr.bin/mail/glob.h index 80941d2531..8c93680355 100644 --- a/usr/src/usr.bin/mail/glob.h +++ b/usr/src/usr.bin/mail/glob.h @@ -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 */ @@ -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 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 */