From 119dfbb7c16c594e26b4745e5efaf836b48d8c1b Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 12 Nov 1996 23:33:32 +0000 Subject: Patches to add Irix6 host support. --- gdb/ch-exp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/ch-exp.c') diff --git a/gdb/ch-exp.c b/gdb/ch-exp.c index c33429b..cc7d7f7 100644 --- a/gdb/ch-exp.c +++ b/gdb/ch-exp.c @@ -63,7 +63,7 @@ typedef union { LONGEST lval; - unsigned LONGEST ulval; + ULONGEST ulval; struct { LONGEST val; struct type *type; -- cgit v1.1