From: Kurt A. Schoens Date: Sun, 19 Oct 1980 10:15:34 +0000 (-0800) Subject: added global variable cond -- current state of conditionals X-Git-Tag: BSD-4^3~225 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/b04d2a11296ccac13e772a7d5ad93b1086363a12?hp=6c0822ea6054e6e05d15f980c3a16c16919750c8 added global variable cond -- current state of conditionals SCCS-vsn: usr.bin/mail/glob.h 1.5 --- 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 */