freebsd-ports/math/guppi/files/patch-src-libguppispecfns_mconf.h
Martin Wilke d644ec35d1 - Fix build with gcc 4.2
- Pass maintainership to submitter

PR:		118674
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
2007-12-14 16:51:09 +00:00

12 lines
329 B
C

--- src/libguppispecfns/mconf.h.orig 2007-12-13 15:30:12.000000000 +0100
+++ src/libguppispecfns/mconf.h 2007-12-13 15:30:24.000000000 +0100
@@ -139,9 +139,6 @@
int mtherr (const char *fctnam, int code);
-/* Variable for error reporting. See mtherr.c. */
-extern int merror;
-
END_GUPPI_DECLS
#endif /* __MCONF_H__ */