Bugs item #1274146, was opened at 2005-08-26 18:14
Message generated for change (Comment added) made by broeker
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104664&aid=1274146&group_id=4664
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Duplicate
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Hans-Bernhard Broeker (broeker)
Summary: improve function pointer typedef correctness
Initial Comment:
if i have
typedef void (* my_fn)(my_type_t *);
and search for define of my_type_t it will incorrectly
display the above even though the above is a definition
of my_fn
----------------------------------------------------------------------
>Comment By: Hans-Bernhard Broeker (broeker)
Date: 2005-08-26 18:21
Message:
Logged In: YES
user_id=27517
This is not really a feature request --- it's a bug report,
and of a known and even *documented* bug at that.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104664&aid=1274146&group_id=4664
|