From 5026883bf70468b6edf01c7d365e808922c5b707 Mon Sep 17 00:00:00 2001 From: Darshal Shetty Date: Tue, 9 Sep 2025 16:26:18 -0400 Subject: [PATCH] remove para about adding underscore before labels --- book.tex | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/book.tex b/book.tex index a12cf55..aa5d520 100644 --- a/book.tex +++ b/book.tex @@ -4116,18 +4116,6 @@ \section{Generate Prelude and Conclusion} the rest of the program, as shown in figure~\ref{fig:p1-x86} and discussed in section~\ref{sec:x86}. -When running on Mac OS X, your compiler should prefix an underscore to -all labels (for example, changing \key{main} to \key{\_main}). -% -\racket{The Racket call \code{(system-type 'os)} is useful for - determining which operating system the compiler is running on. It - returns \code{'macosx}, \code{'unix}, or \code{'windows}.} -% -\python{The Python \code{platform.system} - function returns \code{\textquotesingle Linux\textquotesingle}, - \code{\textquotesingle Windows\textquotesingle}, or - \code{\textquotesingle Darwin\textquotesingle} (for Mac).} - \begin{exercise}\normalfont\normalsize % Implement the \key{prelude\_and\_conclusion} pass in