diff options
Diffstat (limited to 'doc/get-started.tex')
| -rw-r--r-- | doc/get-started.tex | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/get-started.tex b/doc/get-started.tex index 170cf23..9f992c0 100644 --- a/doc/get-started.tex +++ b/doc/get-started.tex @@ -156,14 +156,11 @@ jump, call {\tt setjmp} and {\tt zsetup} again. \begin{alltt} jmp_buf jmpenv; - if (setjmp(jmpenv)) \{ \textcolor{c}{/* \textrm{\ldots} */} \} zsetup(jmpenv); - \textcolor{c}{/* \textrm{\ldots} */} - if (setjmp(jmpenv)) \{ \textcolor{c}{/* \textrm{\ldots} */} \} |
