And a few more bits of whitespace.

This commit is contained in:
Bill Currie 2012-05-23 08:20:56 +09:00
parent 23a38738fc
commit dbc203b625
2 changed files with 3 additions and 3 deletions

View file

@ -46,7 +46,7 @@ static void ClearVideoMode(void)
%token MODE GEOMETRY TIMINGS HSYNC VSYNC CSYNC GSYNC EXTSYNC BCAST LACED DOUBLE
RGBA NONSTD ACCEL GRAYSCALE
%token <int_val> ENDMODE POLARITY BOOLEAN NUMBER
%token <int_val> ENDMODE POLARITY BOOLEAN NUMBER
%token <string> STRING
%%
@ -175,5 +175,5 @@ grayscale : GRAYSCALE BOOLEAN
VideoMode.grayscale = $2;
}
;
%%

View file

@ -799,7 +799,7 @@ abs_decl
| '(' abs_decl ')' function_params
{
$$ = $2;
$$->type = append_type ($$->type, parse_params (0, $4));
$$->type = append_type ($$->type, parse_params (0, $4));
}
| '*' abs_decl
{