diff options
Diffstat (limited to 'src/interp/g-util.boot')
-rw-r--r-- | src/interp/g-util.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/g-util.boot b/src/interp/g-util.boot index dc663fa7..53926f37 100644 --- a/src/interp/g-util.boot +++ b/src/interp/g-util.boot @@ -877,7 +877,7 @@ isDefaultPackageName x == s := symbolName x stringChar(s,maxIndex s) = char "&" -isDefaultPackageForm? x == +defaultPackageForm? x == x is [op,:.] and ident? op and isDefaultPackageName op makeDefaultPackageName x == |