aboutsummaryrefslogtreecommitdiff
path: root/src/pp.bqn
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-11-01 16:04:45 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-11-01 16:04:54 -0400
commit0a5ec5b2c31eccda5e00239df80ae3675a51b0a2 (patch)
treeb11c548a680f5118f85489ba63299f498c6983d3 /src/pp.bqn
parentacd2159e1778893ff9d97da1120fb0c6e43a6fc1 (diff)
Remove dzref
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.