summaryrefslogtreecommitdiff
path: root/usr.bin/sgmls/sgmls/exclude.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/sgmls/sgmls/exclude.c')
-rw-r--r--usr.bin/sgmls/sgmls/exclude.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/sgmls/sgmls/exclude.c b/usr.bin/sgmls/sgmls/exclude.c
index c3968b4b8a43..7d72cc05c7d9 100644
--- a/usr.bin/sgmls/sgmls/exclude.c
+++ b/usr.bin/sgmls/sgmls/exclude.c
@@ -18,7 +18,7 @@ VOID exclude()
if ((mod->ttype & MKEYWORD) == 0 && exmark(1)) {
int excl;
-
+
excktok(mod + 1, 0, &excl);
exmark(0);
}
@@ -58,7 +58,7 @@ int *excl; /* Set to 1 if token is excluded. */
int tnum;
int optional = 0;
int hadopt, hadreq;
-
+
*excl = 0;
switch (t->ttype & TTMASK) {
@@ -100,7 +100,7 @@ int *excl; /* Set to 1 if token is excluded. */
default:
abort();
}
-
+
/* Was required, but exclusions have made it optional.
eg <!element foo - - (a | b) -(a, b)> */