> * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
[deliverable/binutils-gdb.git] / gdb / m2-exp.y
index 08a11ce2c3c81eead4336b72c09948fa72b19c5e..507e5bc62fd2373a83bf9c7f330a420cc799e3f4 100644 (file)
@@ -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;
This page took 0.023544 seconds and 4 git commands to generate.