mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
And a few more bits of whitespace.
This commit is contained in:
parent
23a38738fc
commit
dbc203b625
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
;
|
||||
|
||||
|
||||
%%
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue