dotted names

R=rsc
DELTA=28  (19 added, 0 deleted, 9 changed)
OCL=32550
CL=32554
This commit is contained in:
Rob Pike 2009-07-30 18:17:07 -07:00
parent 90e6656c51
commit d9c914e985
3 changed files with 26 additions and 7 deletions

View file

@ -33,8 +33,8 @@ const debugText =
<th align=center>Method</th><th align=center>Calls</th>
{.repeated section meth}
<tr>
<td align=left font=fixed>{name}({.section m}{argType}, {replyType}) os.Error</td>
<td align=center>{numCalls}</td>{.end}
<td align=left font=fixed>{name}({m.argType}, {m.replyType}) os.Error</td>
<td align=center>{m.numCalls}</td>
</tr>
{.end}
</table>