diff liboctave/lo-mappers.h @ 5261:90a9058de7e8

[project @ 2005-03-31 02:48:38 by jwe]
author jwe
date Thu, 31 Mar 2005 02:48:39 +0000
parents c09cbec51190
children 4c8a2e4e0717
line wrap: on
line diff
--- a/liboctave/lo-mappers.h	Wed Mar 30 23:18:58 2005 +0000
+++ b/liboctave/lo-mappers.h	Thu Mar 31 02:48:39 2005 +0000
@@ -50,12 +50,6 @@
 extern Complex atan (const Complex& x);
 extern Complex atanh (const Complex& x);
 
-#if !defined (CXX_ISO_COMPLIANT_LIBRARY)
-extern Complex log10 (const Complex& x);
-extern Complex tan (const Complex& x);
-extern Complex tanh (const Complex& x);
-#endif
-
 extern Complex ceil (const Complex& x);
 extern Complex fix (const Complex& x);
 extern Complex floor (const Complex& x);