aboutsummaryrefslogtreecommitdiff
path: root/src/interp/posit.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/posit.boot')
-rw-r--r--src/interp/posit.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/posit.boot b/src/interp/posit.boot
index 82d1f09d..9e3af606 100644
--- a/src/interp/posit.boot
+++ b/src/interp/posit.boot
@@ -86,7 +86,7 @@ lnFileName lineObject ==
ncBug('"there is no file name in %1", [lineObject] )
lnFileName? lineObject ==
- atom (fN := lineObject.4) => nil
+ (fN := lineObject.4) isnt [.,:.] => nil
fN
lnPlaceOfOrigin lineObject ==