Update cleanup comment in ui-out.h
[deliverable/binutils-gdb.git] / gdb / ada-exp.y
index 5342e6b2b70a77cbf47f99fdec1b214cd6f41ed3..5925416e88fc8f5fc49f4f46d3bb1147ec015e4a 100644 (file)
@@ -151,7 +151,7 @@ static struct type *type_system_address (struct parser_state *);
 
 /* Special type cases, put in to allow the parser to distinguish different
    legal basetypes.  */
-%token <sval> SPECIAL_VARIABLE
+%token <sval> DOLLAR_VARIABLE
 
 %nonassoc ASSIGN
 %left _AND_ OR XOR THEN ELSE
@@ -275,7 +275,7 @@ primary :   var_or_type     %prec VAR
                        }
        ;
 
-primary :      SPECIAL_VARIABLE /* Various GDB extensions */
+primary :      DOLLAR_VARIABLE /* Various GDB extensions */
                        { write_dollar_variable (pstate, $1); }
        ;
 
This page took 0.044924 seconds and 4 git commands to generate.