[Freeciv-Dev] [patch #2279] [c++ gui] extern C declaration for utility and common headers

2011-01-08 Thread Marko Lindqvist

Update of patch #2279 (project freeciv):

  Status:  Ready For Test = Done   
 Assigned to:None = cazfi  
 Open/Closed:Open = Closed 


___

Reply to this item at:

  http://gna.org/patch/?2279

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #2279] [c++ gui] extern C declaration for utility and common headers

2011-01-06 Thread Marko Lindqvist

URL:
  http://gna.org/patch/?2279

 Summary: [c++ gui] extern C declaration for utility and
common headers
 Project: Freeciv
Submitted by: cazfi
Submitted on: Fri 07 Jan 2011 12:02:16 AM EET
Category: general
Priority: 5 - Normal
  Status: Ready For Test
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.4.0

___

Details:

This patch adds

#ifdef __cplusplus
extern C {
#endif /* __cplusplus */

and

#ifdef __cplusplus
}
#endif /* __cplusplus */

to all headers under utility and common. Also generated headers are produced
correctly.



___

File Attachments:


---
Date: Fri 07 Jan 2011 12:02:16 AM EET  Name: UtilCommonExternC.diff.bz2 
Size: 6kB   By: cazfi

http://gna.org/patch/download.php?file_id=11717

___

Reply to this item at:

  http://gna.org/patch/?2279

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev