diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2012-11-01 13:43:39 +0000 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2012-11-01 13:43:39 +0000 |
commit | cd88b75a7a5146fdb4fac022b6d4bd40ce4accfc (patch) | |
tree | 466c8b430c5d4eaf98f42f16bdbf0dab4fe9e086 /cflags.SH | |
parent | 19253ae62cd130797cb3e42f196ac26a6417e08c (diff) | |
download | perl-cd88b75a7a5146fdb4fac022b6d4bd40ce4accfc.tar.gz |
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).
Diffstat (limited to 'cflags.SH')
0 files changed, 0 insertions, 0 deletions