blob: 5c6f4c7d691fcf65a04ef8b5fbf305ec65deccbe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- src/cgnstools/cgnscalc/calcwish.c.orig 2017-07-17 21:51:06 UTC
+++ src/cgnstools/cgnscalc/calcwish.c
@@ -20,8 +20,10 @@
* Sun shared libraries to be used for Tcl.
*/
+#ifndef __FreeBSD__
extern int matherr();
int *tclDummyMathPtr = (int *) matherr;
+#endif /* FreeBSD test */
#ifdef TK_TEST
extern int Tcltest_Init _ANSI_ARGS_((Tcl_Interp *interp));
|