aboutsummaryrefslogtreecommitdiff
path: root/src/interp/incl.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/incl.boot')
-rw-r--r--src/interp/incl.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/incl.boot b/src/interp/incl.boot
index f0eca48e..b2e9ca78 100644
--- a/src/interp/incl.boot
+++ b/src/interp/incl.boot
@@ -118,7 +118,7 @@ incCommands :=
$inputLineNumber := nil
incClassify(s) ==
- $inputLineNumber = 0 and incPrefix?('"#_!",0,s) =>
+ $inputLineNumber = 0 and incPrefix?('"#!",0,s) =>
[true,0,'"magicNumber"]
not incCommand? s => [false,0, '""]
i := 1; n := #s