diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-11-01 16:04:45 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-11-01 16:04:54 -0400 |
| commit | 0a5ec5b2c31eccda5e00239df80ae3675a51b0a2 (patch) | |
| tree | b11c548a680f5118f85489ba63299f498c6983d3 /src/pp.bqn | |
| parent | acd2159e1778893ff9d97da1120fb0c6e43a6fc1 (diff) | |
Remove dzref
Diffstat (limited to 'src/pp.bqn')
| -rw-r--r-- | src/pp.bqn | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |
