freebsd-ports/cad/jspice3/files/patch-src_lib_fte_resource.c
Stanislav Sedov c7979b220e - GCC4 compatiblity
- Change my email
2006-11-14 15:27:22 +00:00

11 lines
255 B
C

--- src/lib/fte/resource.c.orig Tue Nov 14 18:23:27 2006
+++ src/lib/fte/resource.c Tue Nov 14 18:23:33 2006
@@ -36,7 +36,7 @@
#endif
#endif
#endif
-static char *enddata;
+char *enddata;
static int origsec;
static int origusec;
static int lastsec;