13 lines
353 B
Text
13 lines
353 B
Text
$NetBSD: patch-ae,v 1.4 2006/01/09 23:00:09 joerg Exp $
|
|
|
|
--- src/print.c.orig 2006-01-09 22:23:12.000000000 +0000
|
|
+++ src/print.c
|
|
@@ -49,8 +49,6 @@
|
|
|
|
extern void Print_Bignum (Object, Object);
|
|
|
|
-extern int errno;
|
|
-
|
|
void Flush_Output (Object);
|
|
void Print_String (Object, register char *, register unsigned int);
|
|
void Pr_Char (Object, register int);
|