bugGNUstep - Bugs: bug #19872, NSNetServices.h missing '}'

Group
 
 

bug #19872: NSNetServices.h missing '}'

Submitter:  Tim Larkin <tslarkin>
Submitted:  Mon 14 May 2007 01:06:31 PM UTC
   
 
Category:  Base/Foundation Severity:  3 - Normal
Item Group:  Bug Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 16 May 2007 05:31:19 PM UTC, comment #1: 

Thnaks ... fixed that in svn.

Richard Frith-Macdonald <CaS>
Group Member
Mon 14 May 2007 01:06:31 PM UTC, original submission:  

NSNetServices.h (Version 1.14.0  GNUstep Base) has a macro at the beginning for compilation under C++, which is

#if defined(__cplusplus)
extern "C" {
#endif

There ought to be a matching

#if defined(__cplusplus)
}
#endif

at the end of the file. But there isn't.

Tim Larkin <tslarkin>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by CaS (Posted a comment)
  • -email is unavailable- added by tslarkin (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-05-16 CaS StatusNone Fixed
        Open/ClosedOpen Closed
    2007-05-14 tslarkin Carbon-Copy- Added tslarkin

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code