Remove __attribute__malloc__ from MYSWAP functions
authorSteve Hay <steve.m.hay@googlemail.com>
Thu, 1 Nov 2012 13:43:39 +0000 (13:43 +0000)
committerSteve Hay <steve.m.hay@googlemail.com>
Thu, 1 Nov 2012 13:43:39 +0000 (13:43 +0000)
commitcd88b75a7a5146fdb4fac022b6d4bd40ce4accfc
tree466c8b430c5d4eaf98f42f16bdbf0dab4fe9e086
parent19253ae62cd130797cb3e42f196ac26a6417e08c
Remove __attribute__malloc__ from MYSWAP functions

These functions are only used when the native sockets functions are not
available, e.g. when building miniperl on Windows following commit
19253ae62c, so gcc's warning about ignoring the __malloc__ attribute here
is not normally seen.

The addition of "a" to these functions in embed.fnc by
commit f54cb97a39 was presumably wrong since none of them actually
allocate any memory (nor did so at the time), so change it to just "R"
(which is implied by the "a" and is still appropriate).
embed.fnc
proto.h