New submission from Jesús Cea Avión <j...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue13488> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com