diff liboctave/lo-specfun.h @ 7914:e998e81224b5

Various compilation fixes for MSVC.
author John W. Eaton <jwe@octave.org>
date Thu, 10 Jul 2008 08:59:18 -0400
parents 82be108cc558
children eb63fbe60fab
line wrap: on
line diff
--- a/liboctave/lo-specfun.h
+++ b/liboctave/lo-specfun.h
@@ -76,11 +76,11 @@
 #endif
 
 #if !defined (HAVE_ERFF)
-extern OCTAVE_API float erf (float);
+extern OCTAVE_API float erff (float);
 #endif
 
 #if !defined (HAVE_ERFCF)
-extern OCTAVE_API float erfc (float);
+extern OCTAVE_API float erfcf (float);
 #endif
 
 #if !defined (HAVE_EXPM1)