aboutsummaryrefslogtreecommitdiff
path: root/textproc/unroff/files/patch-c
blob: 7f39b85b84f2c1b8f80ce3c55b48d303d0c066b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/error.h.orig	Fri Jun  2 22:16:01 1995
+++ src/error.h	Thu Nov  6 22:13:38 2003
@@ -12,9 +12,11 @@
 void write_error(char *) NORETURN;
 void open_error(char *) NORETURN;
 
+#if 0
 /* Redefined to add NORETURN
  */
 extern Primitive_Error() NORETURN;
+#endif
 
 char *printable_string(char *, int);
 char *printable_char(char);