summaryrefslogtreecommitdiff
path: root/cad/jspice3/files/patch-src_lib_plot_x11.c
blob: 895f3483b1e846fb32b68766a8640250756aaa75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- src/lib/plot/x11.c.orig	2004-09-02 21:43:35 UTC
+++ src/lib/plot/x11.c
@@ -2205,7 +2205,7 @@ ScedESC()
 void
 com_setrdb(wl)
 
-wordlist *wl;
+void *wl;
 {
 /* be silent */
 }
@@ -2213,7 +2213,7 @@ wordlist *wl;
 int
 PopUpErrMessage(fp)
 
-File *fp;
+void *fp;
 {
     return (0);
 }