digitalmars.D - What is this
- g <g g.g> Jan 07 2010
- Walter Bright <newshound1 digitalmars.com> Jan 07 2010
What's up with: deferring sigaction_t When compiling with dmd 2.039 on Linux. What does it means?
Jan 07 2010
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








Walter Bright <newshound1 digitalmars.com>