Moved to math/sc/patches/patch-ab,v
This commit is contained in:
parent
b59383d50a
commit
9304aec876
1 changed files with 0 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
|||
$NetBSD: patch-ab,v 1.1 1999/06/21 15:05:25 sommerfeld 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