Skip to content

Commit 14084c7

Browse files
authored
Merge pull request #211 from DarshalShetty/master
Remove paragraph about adding underscore before labels for MacOS
2 parents 4e4ccf9 + 5026883 commit 14084c7

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

book.tex

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4116,18 +4116,6 @@ \section{Generate Prelude and Conclusion}
41164116
the rest of the program, as shown in figure~\ref{fig:p1-x86} and
41174117
discussed in section~\ref{sec:x86}.
41184118

4119-
When running on Mac OS X, your compiler should prefix an underscore to
4120-
all labels (for example, changing \key{main} to \key{\_main}).
4121-
%
4122-
\racket{The Racket call \code{(system-type 'os)} is useful for
4123-
determining which operating system the compiler is running on. It
4124-
returns \code{'macosx}, \code{'unix}, or \code{'windows}.}
4125-
%
4126-
\python{The Python \code{platform.system}
4127-
function returns \code{\textquotesingle Linux\textquotesingle},
4128-
\code{\textquotesingle Windows\textquotesingle}, or
4129-
\code{\textquotesingle Darwin\textquotesingle} (for Mac).}
4130-
41314119
\begin{exercise}\normalfont\normalsize
41324120
%
41334121
Implement the \key{prelude\_and\_conclusion} pass in

0 commit comments

Comments
 (0)