[PyPy-issue] [issue694] translate.py targetnopstandalone.py: fails because of a missing header guard

showstopper pypy-dev-issue at codespeak.net
Tue Apr 26 10:52:28 CEST 2011


New submission from showstopper <walker_tejas_ranger at yahoo.de>:

In the created c-source "c/src/asm_gcc_x86.h" is included twice which results in 
a redefinition error of 
static unsigned short _PyPy_get_387controlword(void) {
and
static void _PyPy_set_387controlword(unsigned short cw) {

Adding a header guard to asm_gcc_x86.h fixes the issue.
Platform is archlinux x86 and I used the latest hg-trunk.

----------
effort: ???
messages: 2424
nosy: pypy-issue, showstopper
priority: bug
release: ???
status: unread
title: translate.py targetnopstandalone.py: fails because of a missing header guard

_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue694>
_______________________________________________________



More information about the Pypy-issue mailing list