www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - What is this

reply g <g g.g> writes:
What's up with:
 deferring sigaction_t
When compiling with dmd 2.039 on Linux.
What does it means?
Jan 07 2010
parent Walter Bright <newshound1 digitalmars.com> writes:
g wrote:
 What's up with:
  deferring sigaction_t
 When compiling with dmd 2.039 on Linux.
 What does it means?
 
It's a debugging printf I mistakenly left in. You can nop it out with a binary editor if you want, or apply the patches in svn to get rid of it and rebuild the compiler, or ignore it.
Jan 07 2010