Skip to content

Commit

Permalink
Fix make doc bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei Hu committed Oct 24, 2011
1 parent d92b811 commit 0edc631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/cil.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3131,8 +3131,6 @@ \section{Who Says C is Simple?}\label{sec-simplec}
relatively large number, as opposed to \t{(unsigned long) (- 1 / 8)}, which
is 0.

\end{enumerate}

\item An example with \t{typedef} wierdness. Example due to James Cheney.
\begin{cilcode}[global]
typedef int int_t;
Expand All @@ -3147,6 +3145,8 @@ \section{Who Says C is Simple?}\label{sec-simplec}
}
\end{cilcode}

\end{enumerate}

\subsection{GCC ugliness}\label{sec-ugly-gcc}

\begin{enumerate}
Expand Down

0 comments on commit 0edc631

Please sign in to comment.