Mercurial > emacs
changeset 10366:5e8b43cd8e96
Don't include param.h.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 08 Jan 1995 20:19:47 +0000 |
parents | 3a50d7d3ae47 |
children | e1c7a3f0c15f |
files | src/xterm.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Sun Jan 08 19:22:20 1995 +0000 +++ b/src/xterm.c Sun Jan 08 20:19:47 1995 +0000 @@ -64,7 +64,8 @@ #include <errno.h> #include <setjmp.h> #include <sys/stat.h> -#include <sys/param.h> +/* Caused redefinition of DBL_DIG on Netbsd; seems not to be needed. */ +/* #include <sys/param.h> */ #include "frame.h" #include "dispextern.h"