diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-07-10 22:57:03 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-07-10 22:57:03 -0700 |
commit | b747d3f7535fe324b0ea21d53c4f84970335022a (patch) | |
tree | d5514fb34a041266819b8e1f65b828b5a12d95a1 /src/s/hpux10-20.h | |
parent | 5ebbef1dc0d12fa5402c97e8aa8c0c85553b87ee (diff) | |
download | emacs-b747d3f7535fe324b0ea21d53c4f84970335022a.tar.gz |
Assume perror.
Diffstat (limited to 'src/s/hpux10-20.h')
-rw-r--r-- | src/s/hpux10-20.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/s/hpux10-20.h b/src/s/hpux10-20.h index 0e47ccee86f..7d8222761b3 100644 --- a/src/s/hpux10-20.h +++ b/src/s/hpux10-20.h @@ -43,9 +43,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ /* Special hacks needed to make Emacs run on this system. */ -/* Some additional system facilities exist. */ -#define HAVE_PERROR /* Delete this line for version 6. */ - /* This is how to get the device name of the tty end of a pty. */ #define PTY_TTY_NAME_SPRINTF \ sprintf (pty_name, "/dev/pty/tty%c%x", c, i); |