~ubuntu-branches/ubuntu/feisty/fpc/feisty

« back to all changes in this revision

Viewing changes to docs/syntax/typeproc.syn

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2007-01-27 20:08:50 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070127200850-9mrptaqqjsx9nwa7
Tags: 2.0.4-5
* Fixed Build-Depends.
* Add myself to Uploaders in debian/control.
* Make sure that the sources are really patched before building them.
* Build unit 'libc' on powerpc too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
\begin{diagram}{Procedural types}{proceduraltypes}
2
 
\begin{mysyntdiag}
3
 
\synt{procedural\ type} 
4
 
\begin{stack} \synt{function\ header} \\ 
5
 
   \synt{procedure\ header}
6
 
\end{stack}
7
 
\begin{stack}\\ \lit*{of} \lit*{object} \end{stack}
8
 
\begin{stack}\\ \lit* ; \synt{call\ modifiers} \end{stack} 
9
 
\end{mysyntdiag}
10
 
\begin{mysyntdiag}
11
 
\synt{function\ header} \lit*{function} \synt{formal\ parameter\ list}
12
 
\lit*: \synt{result\ type}
13
 
\end{mysyntdiag}
14
 
\begin{mysyntdiag}
15
 
\synt{procedure\ header} \lit*{procedure} \synt{formal\ parameter\ list}
16
 
\end{mysyntdiag}
17
 
\begin{mysyntdiag}
18
 
\synt{call\ modifiers} 
19
 
\begin{stack} 
20
 
\lit*{register} \\
21
 
\lit*{cdecl}    \\
22
 
\lit*{pascal}   \\
23
 
\lit*{stdcall}  \\
24
 
\lit*{safecall} \\
25
 
\lit*{saveregisters} \\
26
 
\lit*{popstack}
27
 
\end{stack}
28
 
\end{mysyntdiag}
29
 
\end{diagram}