diff options
Diffstat (limited to 'src/bin/pgtclsh/pgtclAppInit.c')
-rw-r--r-- | src/bin/pgtclsh/pgtclAppInit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pgtclsh/pgtclAppInit.c b/src/bin/pgtclsh/pgtclAppInit.c index 1c9040fbd53..f344dd403ef 100644 --- a/src/bin/pgtclsh/pgtclAppInit.c +++ b/src/bin/pgtclsh/pgtclAppInit.c @@ -21,8 +21,8 @@ */ #ifdef NEED_MATHERR -extern int matherr(); -int *tclDummyMathPtr = (int *) matherr; +extern int matherr(); +int *tclDummyMathPtr = (int *) matherr; #endif |