This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jcea
Recipients jcea
Date 2011-11-27.04:15:31
SpamBayes Score 0.012414732
Marked as misclassified No
Message-id <1322367332.5.0.427316218308.issue13488@psf.upfronthosting.co.za>
In-reply-to
Content
While working in dtrace probes, I have discovered that some old C preprocessors don't recognize "#define" if not in the first column.

File "Include/dynamic_annotations.h" has quite a few indented "#define". This is neither necessary neither regular practice in other files.

I delete the extra unneeded spaces.
History
Date User Action Args
2011-11-27 04:15:32jceasetrecipients: + jcea
2011-11-27 04:15:32jceasetmessageid: <1322367332.5.0.427316218308.issue13488@psf.upfronthosting.co.za>
2011-11-27 04:15:31jcealinkissue13488 messages
2011-11-27 04:15:31jceacreate