~npalix/coccinelle/upstream

« back to all changes in this revision

Viewing changes to docs/manual/cocci_syntax.tex

  • Committer: Julia Lawall
  • Date: 2018-12-15 16:32:45 UTC
  • Revision ID: git-v1:3ea4f40366cc487654fb98d4d40a9395f7e5dace
lowercase Continuation, as suggested by Markus Elfring

Show diffs side-by-side

added added

removed removed

Lines of Context:
1638
1638
called function.
1639
1639
 
1640
1640
{\tt \#pragma} C code can only be matched against when the entire pragma is
1641
 
on one line in the C code.  The use of Continuation lines, via a backslash,
 
1641
on one line in the C code.  The use of continuation lines, via a backslash,
1642
1642
will cause the matching to fail.
1643
1643
 
1644
1644
\section{Expressions}