diff options
author | Jeff Law <law@gcc.gnu.org> | 2000-07-17 00:16:14 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-07-17 00:16:14 -0600 |
commit | 4b1a29d9c8d5c659d82c0fef51b7fedd0be4ccd6 (patch) | |
tree | 03cfcc5b047a15068172fc70eadb9fdf7e1d43ca | |
parent | 4b5882417ed3433ff48276df64e7e1274a1851f2 (diff) | |
download | gcc-4b1a29d9c8d5c659d82c0fef51b7fedd0be4ccd6.zip gcc-4b1a29d9c8d5c659d82c0fef51b7fedd0be4ccd6.tar.gz gcc-4b1a29d9c8d5c659d82c0fef51b7fedd0be4ccd6.tar.bz2 |
Forgot to check in several days ago.
From-SVN: r35066
-rw-r--r-- | gcc/config/pa/xm-pa64hpux.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/pa/xm-pa64hpux.h b/gcc/config/pa/xm-pa64hpux.h index d245501..fc1ad27 100644 --- a/gcc/config/pa/xm-pa64hpux.h +++ b/gcc/config/pa/xm-pa64hpux.h @@ -49,9 +49,6 @@ Boston, MA 02111-1307, USA. */ #define SUCCESS_EXIT_CODE 0 #define FATAL_EXIT_CODE 33 -/* Don't try to use sys_siglist. */ -#define NO_SYS_SIGLIST - /* HP's compiler has problems with enum bitfields. */ #define ONLY_INT_FIELDS |