mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:19:24 +02:00
+ updated for correct available modifiers
This commit is contained in:
parent
0b4ee7574f
commit
6f54527593
@ -19,7 +19,9 @@
|
||||
\lit*{cdecl}\\
|
||||
\lit*{stdcall}\\
|
||||
\lit*{popstack}\\
|
||||
\lit*{saveregisters}
|
||||
\lit*{saveregisters}\\
|
||||
\lit*{inline}\\
|
||||
\lit*{safecall}
|
||||
\)
|
||||
\end{mysyntdiag}
|
||||
\end{diagram}
|
||||
|
@ -21,6 +21,8 @@
|
||||
\lit*{cdecl} \\
|
||||
\lit*{pascal} \\
|
||||
\lit*{stdcall} \\
|
||||
\lit*{safecall} \\
|
||||
\lit*{saveregisters} \\
|
||||
\lit*{popstack}
|
||||
\)
|
||||
\end{mysyntdiag}
|
||||
|
Loading…
Reference in New Issue
Block a user