aboutsummaryrefslogtreecommitdiff
path: root/src/pp.bqn
diff options
context:
space:
mode:
Diffstat (limited to 'src/pp.bqn')
-rw-r--r--src/pp.bqn4
1 files changed, 2 insertions, 2 deletions
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.