mirror of
https://github.com/golang/go
synced 2024-11-23 00:30:07 -07:00
DOTDOTDOT import/export
R=r OCL=18319 CL=18319
This commit is contained in:
parent
59f029cbf2
commit
2fef4c7198
@ -1871,6 +1871,10 @@ hidden_type1:
|
||||
$$->type = $3;
|
||||
$$->chan = Csend;
|
||||
}
|
||||
| LDDD
|
||||
{
|
||||
$$ = typ(TDDD);
|
||||
}
|
||||
|
||||
hidden_type2:
|
||||
LCHAN hidden_type
|
||||
|
@ -968,6 +968,7 @@ basicnames[] =
|
||||
[TFLOAT80] = "float80",
|
||||
[TBOOL] = "bool",
|
||||
[TANY] = "any",
|
||||
[TDDD] = "...",
|
||||
};
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user