digitalmars.D - What is this
- g (4/4) Jan 07 2010 What's up with:
- Walter Bright (4/9) Jan 07 2010 It's a debugging printf I mistakenly left in. You can nop it out with a
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