From 7d5a2526f46cd3474fb96a684f7b87e9e78128b0 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Thu, 7 Jun 2007 15:33:50 +0000 Subject: 20070607-1632 --- appl/lib/parseman.b | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'appl/lib/parseman.b') diff --git a/appl/lib/parseman.b b/appl/lib/parseman.b index 3b682587..bf420763 100644 --- a/appl/lib/parseman.b +++ b/appl/lib/parseman.b @@ -1,12 +1,13 @@ implement Parseman; include "sys.m"; + sys: Sys; + include "bufio.m"; -include "man.m"; + bufio: Bufio; + Iobuf: import bufio; -sys: Sys; -bufio: Bufio; -Iobuf: import bufio; +include "man.m"; FONT_LITERAL: con -1; -- cgit v1.2.3