diff options
Diffstat (limited to 'gdb/m2-exp.y')
-rw-r--r-- | gdb/m2-exp.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/m2-exp.y b/gdb/m2-exp.y index 19f9c24..879c25d 100644 --- a/gdb/m2-exp.y +++ b/gdb/m2-exp.y @@ -602,7 +602,7 @@ variable: block COLONCOLON NAME /* Base case for variables. */ variable: NAME { struct symbol *sym; - int is_a_field_of_this; + struct field_of_this_result is_a_field_of_this; sym = lookup_symbol (copy_name ($1), expression_context_block, |