diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-07-10 06:54:56 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-07-10 06:54:56 +0000 |
commit | a0ce9ab7910c161bf27a182218bbeacbcf1954d6 (patch) | |
tree | 0f475d650e5025887737a86cca24f127bd21844f /src/m/hp800.h | |
parent | cf37ed4f2308302d08aba5735ef99fa4ad6689f3 (diff) | |
download | emacs-a0ce9ab7910c161bf27a182218bbeacbcf1954d6.tar.gz |
* unexec.c:
* m/ia64.h:
* m/hp800.h: Remove dead code.
Diffstat (limited to 'src/m/hp800.h')
-rw-r--r-- | src/m/hp800.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/m/hp800.h b/src/m/hp800.h index 27c22f7b957..14769077034 100644 --- a/src/m/hp800.h +++ b/src/m/hp800.h @@ -127,17 +127,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ /* no underscore please */ #define LDAV_SYMBOL "avenrun" -#if 0 /* Supposedly no longer true. */ -/* In hpux, for unknown reasons, S_IFLNK is defined even though - symbolic links do not exist. - Make sure our conditionals based on S_IFLNK are not confused. - - Here we assume that stat.h is included before config.h - so that we can override it here. */ - -#undef S_IFLNK -#endif - /* On USG systems these have different names. */ #define index strchr |