diff options
| author | Charles.Forsyth <devnull@localhost> | 2007-06-07 15:33:50 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2007-06-07 15:33:50 +0000 |
| commit | 7d5a2526f46cd3474fb96a684f7b87e9e78128b0 (patch) | |
| tree | f7ece6cb7cd1d30674d303f39b838a5cc1ec0376 /appl/lib/parseman.b | |
| parent | 5f2c52f9f523ee1b46383d4df8544ecf79bad85c (diff) | |
20070607-1632
Diffstat (limited to 'appl/lib/parseman.b')
| -rw-r--r-- | appl/lib/parseman.b | 9 |
1 files changed, 5 insertions, 4 deletions
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; |
