Mercurial > emacs
diff src/xterm.c @ 10366:5e8b43cd8e96
Don't include param.h.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sun, 08 Jan 1995 20:19:47 +0000 |
| parents | 2e96f9f98276 |
| children | 7515c28a59d9 |
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"
