comparison src/floatfns.c @ 15694:c037294d6e47

(Qarith_error): Delete redundant definition.
author Karl Heuer <kwzh@gnu.org>
date Mon, 15 Jul 1996 23:53:58 +0000
parents ee40177f6c68
children f414d3a2fd58
comparison
equal deleted inserted replaced
15693:8978d34759dc 15694:c037294d6e47
47 #include <signal.h> 47 #include <signal.h>
48 48
49 #include <config.h> 49 #include <config.h>
50 #include "lisp.h" 50 #include "lisp.h"
51 #include "syssignal.h" 51 #include "syssignal.h"
52
53 Lisp_Object Qarith_error;
54 52
55 #ifdef LISP_FLOAT_TYPE 53 #ifdef LISP_FLOAT_TYPE
56 54
57 /* Work around a problem that happens because math.h on hpux 7 55 /* Work around a problem that happens because math.h on hpux 7
58 defines two static variables--which, in Emacs, are not really static, 56 defines two static variables--which, in Emacs, are not really static,