Jeremy G. Siek 6 mēneši atpakaļ
vecāks
revīzija
5a7cb26200
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      book.tex

+ 2 - 2
book.tex

@@ -26,7 +26,7 @@
 
 \def\racketEd{0}
 \def\pythonEd{1}
-\def\edition{1}
+\def\edition{0}
 
 % material that is specific to the Racket edition of the book
 \newcommand{\racket}[1]{{\if\edition\racketEd{#1}\fi}}
@@ -16035,7 +16035,7 @@ in tail position \code{Apply} becomes \code{TailCall}.}
 %
 We recommend defining a new auxiliary function for processing function
 definitions.  This code is similar to the case for \code{Program} in
-\LangVec{}.  The top-level \code{explicate\_control} function that
+\LangVecANF{}.  The top-level \code{explicate\_control} function that
 handles the \code{ProgramDefs} form of \LangFunANF{} can apply this
 new function to all function definitions.