aboutsummaryrefslogtreecommitdiff
path: root/src/interp/package.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/package.boot')
-rw-r--r--src/interp/package.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/package.boot b/src/interp/package.boot
index afb54051..f2d758f1 100644
--- a/src/interp/package.boot
+++ b/src/interp/package.boot
@@ -134,7 +134,7 @@ PackageDescendCode(code,flag,viewAssoc) ==
--flag is true if we are walking down code always executed
--nil if we are in conditional code
code=nil => nil
- code="noBranch" => nil
+ code="%noBranch" => nil
code is ["add",base,:codelist] =>
systemError '"packages may not have add clauses"
code is ["PROGN",:codelist] =>