* src/fdlibm/fdlibm.h (exception): Commented since it was already defined on
authortwisti <none@none>
Thu, 28 Dec 2006 11:57:06 +0000 (11:57 +0000)
committertwisti <none@none>
Thu, 28 Dec 2006 11:57:06 +0000 (11:57 +0000)
IRIX (don't know where).

src/fdlibm/fdlibm.h

index 81a0b487d44f2c5abe118fb3838b2b2f1fadcbdc..7db1e95fa99cf7cff6e6bee9ddc738d9d9cf5583 100644 (file)
@@ -93,13 +93,13 @@ extern  _LIB_VERSION_TYPE  _LIB_VERSION;
 #define _XOPEN_ fdlibm_xopen
 #define _POSIX_ fdlibm_posix
 
-struct exception {
-       int type;
-       char *name;
-       double arg1;
-       double arg2;
-       double retval;
-};
+/* struct exception { */
+/*     int type; */
+/*     char *name; */
+/*     double arg1; */
+/*     double arg2; */
+/*     double retval; */
+/* }; */
 
 #define        HUGE            MAXFLOAT
 
@@ -186,7 +186,7 @@ extern double scalb __P((double, int));
 extern double scalb __P((double, double));
 #endif
 
-extern int matherr __P((struct exception *));
+/* extern int matherr __P((struct exception *)); */
 
 /*
  * IEEE Test Vector