aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/README.txt5
-rw-r--r--src/pp.bqn4
2 files changed, 4 insertions, 5 deletions
diff --git a/src/README.txt b/src/README.txt
index 5b2f659b..769bf4f5 100644
--- a/src/README.txt
+++ b/src/README.txt
@@ -27,6 +27,5 @@ e.bqn and p.bqn also require the definitions from svg.bqn; they are
attached cjs.bqn.
Some of these files are also used elsewhere: pp.bqn preprocesses other
-primitive-defining code in ../test/ref.bqn and ../dzref, and f.bqn is
-used to format results in markdown while e.bqn generates diagrams for
-the tutorials.
+primitive-defining code in ../test/ref.bqn, and f.bqn is used to format
+results in markdown while e.bqn generates diagrams for the tutorials.
diff --git a/src/pp.bqn b/src/pp.bqn
index ee8713de..6ce99f12 100644
--- a/src/pp.bqn
+++ b/src/pp.bqn
@@ -1,6 +1,6 @@
# Primitive processor
-# Used in dzref and pr.bqn for handling source code with primitive
-# redefinitions.
+# Used in pr.bqn and ../test/ref.bqn for handling source code with
+# primitive redefinitions.
# Defining a primitive shadows previous definitions, so earlier uses
# of the primitive still use the old definition.
# This is handled by using a new name each time it's defined.