From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- pkg/system/help/lroff/words.com | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pkg/system/help/lroff/words.com (limited to 'pkg/system/help/lroff/words.com') diff --git a/pkg/system/help/lroff/words.com b/pkg/system/help/lroff/words.com new file mode 100644 index 00000000..d0c220da --- /dev/null +++ b/pkg/system/help/lroff/words.com @@ -0,0 +1,9 @@ +# Common for Textout()/Breakline(). + +pointer wbuf # the word buffer, a string buffer +pointer wp # pointer to next available char in word buffer +pointer words # array of word pointers +int nwords # number of words in word buffer +int wcols # number of printable columns in word buffer + +common /wrdcom/ wbuf, wp, words, nwords, wcols -- cgit