diff options
Diffstat (limited to 'z23.c')
-rw-r--r-- | z23.c | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,7 +1,7 @@ /*@z23.c:Galley Printer:ScaleFactor()@****************************************/ /* */ -/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.39) */ -/* COPYRIGHT (C) 1991, 2008 Jeffrey H. Kingston */ +/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.41) */ +/* COPYRIGHT (C) 1991, 2023 Jeffrey H. Kingston */ /* */ /* Jeffrey H. Kingston (jeff@it.usyd.edu.au) */ /* School of Information Technologies */ @@ -28,6 +28,9 @@ /* */ /*****************************************************************************/ #include "externs.h" +#include "count_child.h" +#include "child.h" +#include "parent.h" #define NO_SUPPRESS FALSE #define SUPPRESS TRUE #define word_equal(x, str) (is_word(type(x)) && StringEqual(string(x), str)) |