summaryrefslogtreecommitdiff
path: root/libgo/go/go/ast/filter.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/go/ast/filter.go')
-rw-r--r--libgo/go/go/ast/filter.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/go/ast/filter.go b/libgo/go/go/ast/filter.go
index 71c9ed7766b..fc3eeb4a1db 100644
--- a/libgo/go/go/ast/filter.go
+++ b/libgo/go/go/ast/filter.go
@@ -308,7 +308,7 @@ func nameOf(f *FuncDecl) string {
// separator is an empty //-style comment that is interspersed between
// different comment groups when they are concatenated into a single group
//
-var separator = &Comment{noPos, "//"}
+var separator = &Comment{token.NoPos, "//"}
// MergePackageFiles creates a file AST by merging the ASTs of the
// files belonging to a package. The mode flags control merging behavior.