aboutsummaryrefslogtreecommitdiffstats
path: root/z25.c
diff options
context:
space:
mode:
authorJeffrey H. Kingston <jeff@it.usyd.edu.au>2010-09-14 20:37:27 +0000
committerJeffrey H. Kingston <jeff@it.usyd.edu.au>2010-09-14 20:37:27 +0000
commit7db8921aac3a0e1223af269ec7092bdd91a7c7a2 (patch)
tree4336d04fbb26c26d23f6d5a3d572b474dd1f70af /z25.c
parenta9f9ae0efa326dc2edc7f2d92ce270f5fdc15b60 (diff)
downloadlout-7db8921aac3a0e1223af269ec7092bdd91a7c7a2.tar.gz
Lout 3.24.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@17 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'z25.c')
-rw-r--r--z25.c20
1 files changed, 1 insertions, 19 deletions
diff --git a/z25.c b/z25.c
index 1a359d8..e32be5d 100644
--- a/z25.c
+++ b/z25.c
@@ -1,6 +1,6 @@
/*@z25.c:Object Echo:aprint(), cprint(), printnum()@**************************/
/* */
-/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.23) */
+/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.24) */
/* COPYRIGHT (C) 1991, 2000 Jeffrey H. Kingston */
/* */
/* Jeffrey H. Kingston (jeff@cs.usyd.edu.au) */
@@ -266,24 +266,6 @@ static void echo(OBJECT x, unsigned outer_prec, int count)
break;
- case FIXED_COL_THR:
-
- aprint("{FC ");
- CountChild(y, Down(x), count);
- echo(y, NO_PREC, count);
- aprint(" FC}");
- break;
-
-
- case FIXED_ROW_THR:
-
- aprint("{FR ");
- CountChild(y, Down(x), count);
- echo(y, NO_PREC, count);
- aprint(" FR}");
- break;
-
-
case HSPANNER:
aprint("{HS ");