diff options
Diffstat (limited to 'z06.c')
-rw-r--r-- | z06.c | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -1,6 +1,6 @@ /*@z06.c:Parser:PushObj(), PushToken(), etc.@*********************************/ /* */ -/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.18) */ +/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.19) */ /* COPYRIGHT (C) 1991, 2000 Jeffrey H. Kingston */ /* */ /* Jeffrey H. Kingston (jeff@cs.usyd.edu.au) */ @@ -396,8 +396,12 @@ static BOOLEAN Reduce(void) case NULL_CLOS: case PAGE_LABEL: - case ONE_ROW: + case BEGIN_HEADER: + case END_HEADER: + case SET_HEADER: + case CLEAR_HEADER: case ONE_COL: + case ONE_ROW: case WIDE: case HIGH: case HSHIFT: @@ -975,6 +979,10 @@ BOOLEAN defs_allowed, BOOLEAN transfer_allowed) case FORCE_CROSS: case NULL_CLOS: case PAGE_LABEL: + case BEGIN_HEADER: + case END_HEADER: + case SET_HEADER: + case CLEAR_HEADER: case ONE_COL: case ONE_ROW: case WIDE: |