[New-bugs-announce] [issue13488] Some old preprocessors have problem with "#define" not in the first colum

Jesús Cea Avión report at bugs.python.org
Sun Nov 27 05:15:32 CET 2011


New submission from Jesús Cea Avión <jcea at jcea.es>:

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.

----------
assignee: jcea
messages: 148440
nosy: jcea
priority: normal
severity: normal
status: open
title: Some old preprocessors have problem with "#define" not in the first colum
type: compile error
versions: Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13488>
_______________________________________


More information about the New-bugs-announce mailing list