aboutsummaryrefslogtreecommitdiffstats
path: root/z32.c
diff options
context:
space:
mode:
Diffstat (limited to 'z32.c')
-rw-r--r--z32.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/z32.c b/z32.c
index 45ee2c0..f700fc4 100644
--- a/z32.c
+++ b/z32.c
@@ -1,7 +1,7 @@
/*@z32.c:Counter Service:Next()@**********************************************/
/* */
-/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.33) */
-/* COPYRIGHT (C) 1991, 2006 Jeffrey H. Kingston */
+/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.34) */
+/* COPYRIGHT (C) 1991, 2007 Jeffrey H. Kingston */
/* */
/* Jeffrey H. Kingston (jeff@it.usyd.edu.au) */
/* School of Information Technologies */
@@ -126,6 +126,8 @@ OBJECT Next(OBJECT x, int inc, BOOLEAN *done)
case LINK_DEST:
case LINK_DEST_NULL:
case LINK_URL:
+ case SET_CONTEXT:
+ case GET_CONTEXT:
Child(y, LastDown(x));
y = Next(y, inc, done);