瀏覽代碼

allocate closure fix

Jeremy Siek 4 年之前
父節點
當前提交
b33a48cb83
共有 1 個文件被更改,包括 1 次插入1 次删除
  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{)}}