cocci.inria.fr archive mirror
 help / color / mirror / Atom feed
From: julia.lawall@lip6.fr (Julia Lawall)
To: cocci@systeme.lip6.fr
Subject: [Cocci] Dummy rule for simplifying "depends on" clauses?
Date: Wed, 10 Oct 2018 17:36:52 +0200 (CEST)	[thread overview]
Message-ID: <alpine.DEB.2.20.1810101735550.3396@hadrien> (raw)
In-Reply-To: <CAOZdJXXgW3SOgiVOKijaooPipwDNUqMm3ScZ0XUU2d3F4Yok8A@mail.gmail.com>

> Line 112 is:
>
> // Use Python to clean up the string literals.
> // Comments are still C-style though
> @depends on rules@
> @r@             <--- line 112
> constant char[] c;
> expression list[n] es;
> @@

You can't put multiple @@'s at the beginning of a rule.  This should be
just:

@r depends on rules@
...
@@

julia

  reply	other threads:[~2018-10-10 15:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-09 22:30 [Cocci] Dummy rule for simplifying "depends on" clauses? Timur Tabi
2018-10-10  5:43 ` Julia Lawall
     [not found]   ` <9e5331dd-ca41-845b-3852-29941fde1652@users.sourceforge.net>
2018-10-10  8:11     ` Julia Lawall
2018-10-10 15:33       ` Timur Tabi
2018-10-10 15:32   ` Timur Tabi
2018-10-10 15:36     ` Julia Lawall [this message]
2018-10-10 16:02       ` Timur Tabi
2018-10-10 16:10         ` Julia Lawall

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.DEB.2.20.1810101735550.3396@hadrien \
    --to=julia.lawall@lip6.fr \
    --cc=cocci@systeme.lip6.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).