summaryrefslogtreecommitdiffstats
path: root/contrib/gdb/gdb/m2-exp.y
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gdb/gdb/m2-exp.y')
-rw-r--r--contrib/gdb/gdb/m2-exp.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gdb/gdb/m2-exp.y b/contrib/gdb/gdb/m2-exp.y
index 08a11ce..507e5bc 100644
--- a/contrib/gdb/gdb/m2-exp.y
+++ b/contrib/gdb/gdb/m2-exp.y
@@ -135,7 +135,7 @@ static struct block *modblock=0;
%union
{
LONGEST lval;
- unsigned LONGEST ulval;
+ ULONGEST ulval;
DOUBLEST dval;
struct symbol *sym;
struct type *tval;
OpenPOWER on IntegriCloud