Commit 2fef4c71 authored by Ken Thompson's avatar Ken Thompson

DOTDOTDOT import/export

R=r
OCL=18319
CL=18319
parent 59f029cb
...@@ -1871,6 +1871,10 @@ hidden_type1: ...@@ -1871,6 +1871,10 @@ hidden_type1:
$$->type = $3; $$->type = $3;
$$->chan = Csend; $$->chan = Csend;
} }
| LDDD
{
$$ = typ(TDDD);
}
hidden_type2: hidden_type2:
LCHAN hidden_type LCHAN hidden_type
......
...@@ -968,6 +968,7 @@ basicnames[] = ...@@ -968,6 +968,7 @@ basicnames[] =
[TFLOAT80] = "float80", [TFLOAT80] = "float80",
[TBOOL] = "bool", [TBOOL] = "bool",
[TANY] = "any", [TANY] = "any",
[TDDD] = "...",
}; };
int int
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment