diff options
| author | Karl Heuer | 1996-07-15 23:53:58 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-07-15 23:53:58 +0000 |
| commit | 41790b5a0bc07e44768de62a30ee0d2818e85f24 (patch) | |
| tree | 8b430ee3b9bb51941d261010e4cd20c9cd9c2f94 /src/floatfns.c | |
| parent | 9da3f2d46ec6e9d337ff0bae5b4d382bfdf0ea51 (diff) | |
| download | emacs-41790b5a0bc07e44768de62a30ee0d2818e85f24.tar.gz emacs-41790b5a0bc07e44768de62a30ee0d2818e85f24.zip | |
(Qarith_error): Delete redundant definition.
Diffstat (limited to 'src/floatfns.c')
| -rw-r--r-- | src/floatfns.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/floatfns.c b/src/floatfns.c index bedd82bb759..1b74c786cee 100644 --- a/src/floatfns.c +++ b/src/floatfns.c | |||
| @@ -50,8 +50,6 @@ Boston, MA 02111-1307, USA. */ | |||
| 50 | #include "lisp.h" | 50 | #include "lisp.h" |
| 51 | #include "syssignal.h" | 51 | #include "syssignal.h" |
| 52 | 52 | ||
| 53 | Lisp_Object Qarith_error; | ||
| 54 | |||
| 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 |