Fix completion for pascal language.
authorPierre Muller <muller@ics.u-strasbg.fr>
Sun, 17 Nov 2013 19:42:16 +0000 (20:42 +0100)
committerPierre Muller <muller@ics.u-strasbg.fr>
Fri, 6 Dec 2013 08:37:35 +0000 (09:37 +0100)
commit8662d513466e5743274a36d12f6b63a524e68c0a
tree39ad43177a31835428c89be7faaf378be872990e
parentda361ebd2db2ca7696fbb7b45e2661f80c069c72
   Fix completion for pascal language.
       * p-exp.y (exp : field_exp name): Do not call mark_struct_expression.
       (exp : field_exp name COMPLETE): New rule.
       (exp : SIZEOF): Set correct current_type.
       (last_was_structop): Remove static variable.
       (yylex): Remove saw_structop local variable.
       Adapt code to removal of variables above.
gdb/ChangeLog
gdb/p-exp.y