blob: 1e12004e3b7d5c527f9e5f2963da97a0e6a05ab5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-aa,v 1.1.1.1 1998/10/13 11:10:00 frueauf Exp $
--- xgraph.h.dist Mon Oct 12 18:17:31 1998
+++ xgraph.h Mon Oct 12 18:18:08 1998
@@ -34,6 +34,8 @@
extern void set_X(); /* Initializes X device */
/* To make lint happy */
+#if 0
+/* rindex() might be a macro, so doing these prototypes can lead to problems. */
extern char *malloc();
extern char *realloc();
extern char *sprintf();
@@ -41,6 +43,7 @@
extern char *strcat();
extern char *rindex();
extern char *index();
+#endif
extern void exit();
extern void free();
extern double atof();
|