diff options
| author | Steve Price <steve@FreeBSD.org> | 1998-08-10 00:20:29 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1998-08-10 00:20:29 +0000 |
| commit | ff262bc5f011aede71819932072dc563b50a173e (patch) | |
| tree | 4d6028d3ef33cb4fe69d980893d3b6ba6c430a4c /math/sc/files/patch-ab | |
| parent | Turn on cgiwrap. (diff) | |
Initial import of sc version 6.21.
A curses-based spreadsheet program.
PR: 7451
Submitted by: Heinz Tschabitscher <semper@doubt.com>
Diffstat (limited to 'math/sc/files/patch-ab')
| -rw-r--r-- | math/sc/files/patch-ab | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/math/sc/files/patch-ab b/math/sc/files/patch-ab new file mode 100644 index 000000000000..44fa4f2c9223 --- /dev/null +++ b/math/sc/files/patch-ab @@ -0,0 +1,16 @@ +--- lex.c.orig Mon May 11 20:43:36 1992 ++++ lex.c Thu Jul 30 20:26:51 1998 +@@ -384,11 +384,11 @@ + ctl('z'), 0 + }; + +-void ++int + charout(c) + int c; + { +- (void)putchar(c); ++ return putchar(c); + } + + void |
