diff options
author | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:37:12 +0000 |
---|---|---|
committer | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:37:12 +0000 |
commit | a9f9ae0efa326dc2edc7f2d92ce270f5fdc15b60 (patch) | |
tree | 3f21ea75ffbd40fcd53bf1609782763af3953002 /z15.c | |
parent | 162643f981292504f375a7f834d408a4a0fa7f46 (diff) | |
download | lout-a9f9ae0efa326dc2edc7f2d92ce270f5fdc15b60.tar.gz |
Lout 3.23.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@15 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'z15.c')
-rw-r--r-- | z15.c | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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: |