diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2010-10-10 08:49:31 -0700 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2010-10-10 08:49:31 -0700 |
commit | edfd76ce9129a09cc5c338254127514fd0aea4be (patch) | |
tree | 6d0f26a0f5e8b81f7f35565ed06b6483ce0663e7 /src/unexhp9k800.c | |
parent | a4daeecfef2bf5822f2b514b2878391b90edf741 (diff) | |
download | emacs-edfd76ce9129a09cc5c338254127514fd0aea4be.tar.gz |
Remove #ifdef emacs / #ifndef emacs code, unused.
* src/vm-limit.c:
* src/unexhp9k800.c:
* src/unexelf.c:
* src/unexaix.c:
* src/termcap.c: Remove #ifdef emacs / #ifndef emacs code, unused.
Diffstat (limited to 'src/unexhp9k800.c')
-rw-r--r-- | src/unexhp9k800.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/unexhp9k800.c b/src/unexhp9k800.c index b410092b1cc..b9edd4f3a84 100644 --- a/src/unexhp9k800.c +++ b/src/unexhp9k800.c @@ -49,16 +49,11 @@ sigsetreturn (_sigreturn); */ -#ifdef emacs #include <config.h> -#endif - #include <stdio.h> #include <fcntl.h> #include <errno.h> - #include <a.out.h> - #include <dl.h> /* brk value to restore, stored as a global. |