All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cocci] Parsing error for struct names starting with two underscore
@ 2013-01-04 21:53 Michael Stefaniuc
  2013-01-05  8:07 ` Julia Lawall
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Stefaniuc @ 2013-01-04 21:53 UTC (permalink / raw)
  To: cocci

Hello,

there seems to be an error in parsing struct/union names that start with
two underscore:

@@
struct __foo bar;
@@
* sizeof(bar)

Fatal error: exception Failure("meta: parse error:
 = File "__foo.cocci", line 2, column 7,  charpos = 10
    around = '__foo', whole content = struct __foo bar;
")

Removing one of the underscore makes it parse.

thanks
bye
	michael

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-01-06  6:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-04 21:53 [Cocci] Parsing error for struct names starting with two underscore Michael Stefaniuc
2013-01-05  8:07 ` Julia Lawall
2013-01-05 22:48   ` Michael Stefaniuc
2013-01-06  6:21     ` Julia Lawall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.