From b04d2a11296ccac13e772a7d5ad93b1086363a12 Mon Sep 17 00:00:00 2001 From: "Kurt A. Schoens" Date: Sun, 19 Oct 1980 02:15:34 -0800 Subject: [PATCH] added global variable cond -- current state of conditionals SCCS-vsn: usr.bin/mail/glob.h 1.5 --- usr/src/usr.bin/mail/glob.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */ -- 2.20.1