diff options
Diffstat (limited to 'gdb/config/pa/xm-hppab.h')
-rw-r--r-- | gdb/config/pa/xm-hppab.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/config/pa/xm-hppab.h b/gdb/config/pa/xm-hppab.h index a7c024b..463c1e0 100644 --- a/gdb/config/pa/xm-hppab.h +++ b/gdb/config/pa/xm-hppab.h @@ -26,11 +26,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "pa/xm-pa.h" -/* Avoid "INT_MIN redefined" warnings -- by defining it here, exactly - the same as in the system <machine/machtypes.h> file. */ -#undef INT_MIN -#define INT_MIN 0x80000000 - #ifndef SEEK_SET # define SEEK_SET 0 /* Set file pointer to "offset" */ # define SEEK_CUR 1 /* Set file pointer to current plus "offset" */ |