Moved from misc/sc/patches/patch-ab,v
This commit is contained in:
parent
41a719e055
commit
b59383d50a
1 changed files with 18 additions and 0 deletions
18
math/sc/patches/patch-ab
Normal file
18
math/sc/patches/patch-ab
Normal file
|
@ -0,0 +1,18 @@
|
|||
$NetBSD: patch-ab,v 1.2 2000/01/12 20:30:34 wiz Exp $
|
||||
|
||||
--- 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
|
Loading…
Reference in a new issue