aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
authorJim Blandy1992-02-19 15:03:50 +0000
committerJim Blandy1992-02-19 15:03:50 +0000
commita44804c254892c18e4b7e3d2029f5bdd7b982fa3 (patch)
tree9d5dc136438d4f1c73187449c77650403d5e05d5 /src/data.c
parenteb0b3cf14a8cff2bf43621e65b7391a20ad558ec (diff)
downloademacs-a44804c254892c18e4b7e3d2029f5bdd7b982fa3.tar.gz
emacs-a44804c254892c18e4b7e3d2029f5bdd7b982fa3.zip
*** empty log message ***
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c
index 8906d68cabe..34dff11982f 100644
--- a/src/data.c
+++ b/src/data.c
@@ -28,7 +28,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
28#include "buffer.h" 28#include "buffer.h"
29#endif 29#endif
30 30
31#include "emacssignal.h" 31#include "syssignal.h"
32 32
33#ifdef LISP_FLOAT_TYPE 33#ifdef LISP_FLOAT_TYPE
34#include <math.h> 34#include <math.h>