diff options
Diffstat (limited to 'src/pkg/exp/parser/parser.go')
| -rw-r--r-- | src/pkg/exp/parser/parser.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/exp/parser/parser.go b/src/pkg/exp/parser/parser.go index 8336bdb08..6114c8895 100644 --- a/src/pkg/exp/parser/parser.go +++ b/src/pkg/exp/parser/parser.go @@ -91,7 +91,7 @@ func (p *parser) init(filename string, src []byte, mode uint) { // ---------------------------------------------------------------------------- // Parsing support -func (p *parser) printTrace(a ...) { +func (p *parser) printTrace(a ...interface{}) { const dots = ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . " + ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . " const n = uint(len(dots)) |
