From a9f9ae0efa326dc2edc7f2d92ce270f5fdc15b60 Mon Sep 17 00:00:00 2001 From: "Jeffrey H. Kingston" Date: Tue, 14 Sep 2010 20:37:12 +0000 Subject: Lout 3.23. git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@15 9365b830-b601-4143-9ba8-b4a8e2c3339c --- z15.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'z15.c') diff --git a/z15.c b/z15.c index 46c7c66..b53003f 100644 --- a/z15.c +++ b/z15.c @@ -1,6 +1,6 @@ /*@z15.c:Size Constraints:MinConstraint(), EnlargeToConstraint()@*************/ /* */ -/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.22) */ +/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.23) */ /* COPYRIGHT (C) 1991, 2000 Jeffrey H. Kingston */ /* */ /* Jeffrey H. Kingston (jeff@cs.usyd.edu.au) */ @@ -479,6 +479,8 @@ void Constrained(OBJECT x, CONSTRAINT *xc, int dim, OBJECT *why) { case PLAIN_GRAPHIC: case GRAPHIC: + case LINK_SOURCE: + case LINK_DEST: case KERN_SHRINK: case BEGIN_HEADER: case SET_HEADER: @@ -613,7 +615,7 @@ void Constrained(OBJECT x, CONSTRAINT *xc, int dim, OBJECT *why) /* we're saying that a spanner has a fixed constraint that is */ /* determined just once in its life */ CopyConstraint(*xc, constraint(y)); - debug2(DSC, DD, " Constrained(%s) = %s", Image(type(z)), EchoConstraint(xc)); + debug2(DSC, DD, " Constrained(%s) = %s", Image(type(y)), EchoConstraint(xc)); /* SetConstraint(*xc, back(y, dim), size(y, dim), fwd(y, dim)); */ break; @@ -765,6 +767,8 @@ void DebugConstrained(OBJECT x) case SINCGRAPHIC: case PLAIN_GRAPHIC: case GRAPHIC: + case LINK_SOURCE: + case LINK_DEST: case KERN_SHRINK: case WORD: case QWORD: -- cgit