aboutsummaryrefslogtreecommitdiff
path: root/src/boot/strap
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/strap')
-rw-r--r--src/boot/strap/tokens.clisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/strap/tokens.clisp b/src/boot/strap/tokens.clisp
index 3a3ebc82..013f5e2b 100644
--- a/src/boot/strap/tokens.clisp
+++ b/src/boot/strap/tokens.clisp
@@ -279,6 +279,7 @@
(LIST '|mmImplementation| 'CADADR)
(LIST '|mmSignature| 'CDAR)
(LIST '|mmTarget| 'CADAR)
+ (LIST '|mmSource| 'CDDAR)
(LIST '|mode| 'CADR) (LIST '|op| 'CAR)
(LIST '|opcode| 'CADR) (LIST '|opSig| 'CADR)
(LIST 'CDR 'CDR) (LIST '|sig| 'CDDR)