Ver código fonte

allocate closure fix

Jeremy Siek 4 anos atrás
pai
commit
b33a48cb83
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      defs.tex

+ 1 - 1
defs.tex

@@ -62,7 +62,7 @@
 \newcommand{\VECLEN}[1]{\LP\key{Prim}\;\code{'vector-length}\;\LP\key{list}\;#1\RP\RP}
 \newcommand{\CLOSURE}[2]{\LP\key{Closure}~#1~#2\RP}
 \newcommand{\ALLOC}[2]{\LP\key{Allocate}~#1~#2\RP}
-\newcommand{\ALLOCCLOS}[3]{\LP\key{Allocate}~#1~#2~#3\RP}
+\newcommand{\ALLOCCLOS}[3]{\LP\key{AllocateClosure}~#1~#2~#3\RP}
 
 \newcommand{\VOID}[1]{\key{(Void)}}
 \newcommand{\APPLY}[2]{\key{(Apply}\;#1\;#2\code{)}}