[Freeciv-Dev] [patch #2420] Define dummy fc_thread and fc_mutex as char instead of void

2011-01-29 Thread Marko Lindqvist

Update of patch #2420 (project freeciv):

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


___

Reply to this item at:

  

___
  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 #2420] Define dummy fc_thread and fc_mutex as char instead of void

2011-01-26 Thread Marko Lindqvist

URL:
  

 Summary: Define dummy fc_thread and fc_mutex as char instead
of void
 Project: Freeciv
Submitted by: cazfi
Submitted on: Thu 27 Jan 2011 03:52:11 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:

fc_thread and fc_mutex can be used in context where 'void' cannot be used.
So, even when no real thread implementation is used, they should be defined as
something else than 'void'. Attached patch makes them 'char'.



___

File Attachments:


---
Date: Thu 27 Jan 2011 03:52:11 AM EET  Name: CharDummyMutex.diff  Size: 472B 
 By: cazfi



___

Reply to this item at:

  

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


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