Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/cad/jspice3/files/patch-src_lib_plot_x11.c
16151 views
1
--- src/lib/plot/x11.c.orig 2004-09-02 21:43:35 UTC
2
+++ src/lib/plot/x11.c
3
@@ -2205,7 +2205,7 @@ ScedESC()
4
void
5
com_setrdb(wl)
6
7
-wordlist *wl;
8
+void *wl;
9
{
10
/* be silent */
11
}
12
@@ -2213,7 +2213,7 @@ wordlist *wl;
13
int
14
PopUpErrMessage(fp)
15
16
-File *fp;
17
+void *fp;
18
{
19
return (0);
20
}
21
22