Skip to content

Commit 4937296

Browse files
authored
Don't use Markdown code quotes in LaTeX source (#3686)
2 parents 1135d6d + 108465b commit 4937296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/functions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2223,7 +2223,7 @@ \subsection{Annotations for External Functions}\label{annotations-for-external-l
22232223
In case calls to several external functions are generated in the same translation unit, the \lstinline!Include! annotations of the different functions must not define the same function -- except when relying on the deprecated behavior.
22242224

22252225
The included code should be valid C89 code.
2226-
If the \lstinline[language=grammar]!external-function-call! contains any `size`-expression, the tool is responsible for ensuring that a C-header defining \lstinline[language=C]!size_t! is included before the \lstinline!"insertedCode"!.
2226+
If the \lstinline[language=grammar]!external-function-call! contains any \lstinline!size!-expression, the tool is responsible for ensuring that a C-header defining \lstinline[language=C]!size_t! is included before the \lstinline!"insertedCode"!.
22272227
The \lstinline!"insertedCode"!, conditionally preceded by a header for \lstinline[language=C]!size_t!, must be a valid translation unit.
22282228

22292229
When an \lstinline!Include! annotation is present, it shall provide a prototype for the external function, and hence the tool shall not produce an automatically generated prototype in the generated code in this case.

0 commit comments

Comments
 (0)