14 lines
395 B
Text
14 lines
395 B
Text
$NetBSD: patch-ad,v 1.1 2006/01/10 16:34:09 joerg Exp $
|
|
|
|
--- src/error.h.orig 2006-01-10 16:20:51.000000000 +0000
|
|
+++ src/error.h
|
|
@@ -12,9 +12,5 @@ void read_error(char *) NORETURN;
|
|
void write_error(char *) NORETURN;
|
|
void open_error(char *) NORETURN;
|
|
|
|
-/* Redefined to add NORETURN
|
|
- */
|
|
-extern Primitive_Error() NORETURN;
|
|
-
|
|
char *printable_string(char *, int);
|
|
char *printable_char(char);
|