[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/floatfns.c,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/src/floatfns.c,v |
Date: |
Thu, 31 Jul 2008 05:34:17 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/07/31 05:33:56
Index: src/floatfns.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/floatfns.c,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -b -r1.98 -r1.99
--- src/floatfns.c 26 Jun 2008 04:24:36 -0000 1.98
+++ src/floatfns.c 31 Jul 2008 05:33:52 -0000 1.99
@@ -101,16 +101,6 @@
#endif
#endif
-/* Avoid traps on VMS from sinh and cosh.
- All the other functions set errno instead. */
-
-#ifdef VMS
-#undef cosh
-#undef sinh
-#define cosh(x) ((exp(x)+exp(-x))*0.5)
-#define sinh(x) ((exp(x)-exp(-x))*0.5)
-#endif /* VMS */
-
#ifdef FLOAT_CATCH_SIGILL
static SIGTYPE float_error ();
#endif
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/floatfns.c,v,
Dan Nicolaescu <=