summaryrefslogtreecommitdiff
path: root/textproc/unroff/patches/patch-ad
blob: 9a9fb066d3d4e645c8df2231ed302fea05589d19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$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);