bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #19872] NSNetServices.h missing '}'


From: Tim Larkin
Subject: [bug #19872] NSNetServices.h missing '}'
Date: Mon, 14 May 2007 13:06:32 +0000
User-agent: Opera/9.20 (Macintosh; Intel Mac OS X; U; en)

URL:
  <http://savannah.gnu.org/bugs/?19872>

                 Summary: NSNetServices.h missing '}'
                 Project: GNUstep
            Submitted by: tslarkin
            Submitted on: Monday 05/14/2007 at 13:06
                Category: Base/Foundation
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

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.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?19872>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]