Closed GoogleCodeExporter closed 9 years ago
Relocated "#include <stdio.h>" in pm.h to be inside "#if __DEBUG__"
Relocated "#include <stdio.h>" in float.c to be inside HAVE_FLOAT and
HAVE_PRINT so that snprintf may be used.
Removed printf from inside native code in t374.py because it wasn't necessary
for proper functioning of the test.
Original comment by dwhall...@gmail.com
on 28 Nov 2011 at 3:18
The v10 branch by default applies code from within former HAVE_PRINT blocks.
Several of these code blocks use snprintf. So stdio.h is required for the v10
branch. I haven't found a clever workaround yet.
This issue was resolved for the default branch by rba35dcfecc70
Original comment by dwhall...@gmail.com
on 28 Nov 2011 at 5:02
Could you be able to point out the problematic lines?
Original comment by piranna
on 28 Nov 2011 at 5:09
In the v10 branch? Just grep for snprintf.
Original comment by dwhall...@gmail.com
on 29 Nov 2011 at 2:02
My work on #212 will resolve this issue, so I'm making this a duplicate. I am
making changes to the default branch and will duplicate the changes on the v10
branch soon after.
Original comment by dwhall...@gmail.com
on 1 Apr 2012 at 7:42
Original issue reported on code.google.com by
piranna
on 2 Oct 2011 at 7:35