summaryrefslogtreecommitdiff
path: root/math/sc/patches/patch-ab
blob: f63ef2ebab1b29ea763b9a71242f10219bdf9ff3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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