Fix an __attribute__() parsing error
commitcbf8161245f103459ed5a1b290162a57266dbf86
authorJosh Triplett <josh@freedesktop.org>
Tue, 22 May 2007 22:33:26 +0000 (22 15:33 -0700)
committerRamsay Jones <ramsay@ramsay1.demon.co.uk>
Tue, 22 May 2007 22:33:26 +0000 (22 15:33 -0700)
tree5c3a634faedd44178c5f20c2b0ea00a892c10f2d
parent2328f0570c8354602872cbabb12ac3991f983e7a
Fix an __attribute__() parsing error

The test case for this was abstracted from an example in the "expat.h" header
file:

typedef void (__attribute__((__cdecl__)) *FP)(void *u, const char *n);

void set_FP(void *cb, FP f);

Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
[josh: modified to apply to current Sparse]
Signed-off-by: Josh Triplett <josh@freedesktop.org>
parse.c