Tracker: Bugs

5 C Parser cannot handle __THROW - ID: 595868
Last Update: Comment added ( zappo )

The c parser cannot handle this style of prototype
commontly found in library include files;

extern int accept (int __fd, __SOCKADDR_ARG __addr,
socklen_t *__restrict __addr_len) __THROW;

But, it can handle:

extern int accept (int __fd, __SOCKADDR_ARG __addr,
socklen_t *__restrict __addr_len);


Nobody/Anonymous ( nobody ) - 2002-08-15 23:18:47 PDT

5

Closed

Fixed

Eric M. Ludlam

semantic

None

Public


Comment ( 1 )




Date: 2007-02-07 19:07:17 PST
Sender: zappoSourceForge.net SubscriberProject Admin


I m closing this af FIXED since it is now possible to add pre-processor
values to symbols like __THROW in order to make this stuff parse.


Log in to comment.

Attached File

No Files Currently Attached

Changes ( 4 )

Field Old Value Date By
status_id Open 2007-02-07 19:07:17 PST zappo
resolution_id None 2007-02-07 19:07:17 PST zappo
close_date - 2007-02-07 19:07:17 PST zappo
assigned_to nobody 2005-06-29 17:49:11 PDT zappo