]> andersk Git - splint.git/commit
Fixed parsing problem with multiple inclusions of alt typedefs.
authorevans1629 <evans1629>
Fri, 13 Dec 2002 00:10:13 +0000 (00:10 +0000)
committerevans1629 <evans1629>
Fri, 13 Dec 2002 00:10:13 +0000 (00:10 +0000)
commit3dabb0778770a6ee8a2af1a104325e2651933ce1
treef7d754e4566d9136350734df6ddeaeab4a4fdb6e
parent53306cab3dabf761f459f8f5fdc4b30eca6ec707
Fixed parsing problem with multiple inclusions of alt typedefs.

<b>Multiple passes on type definitions with /*@alt@*/</b>
<blockquote>
Splint will produce a parse error if a type definition like,
<pre>
typedef long /*@alt int@*/ newtype;
</pre>
is processed twice (for example if it is in a header file included
multiple times).
<p>
Reorted by Simon Hosie, fixed in CVS (2002-12-12).
</blockquote>
src/cgrammar.c.der
src/cgrammar.y
This page took 0.040084 seconds and 5 git commands to generate.