diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-12-13 20:05:31 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-12-13 20:05:31 +0000 |
commit | d870712163dce2ef7e0a77999cef2ce40ff04bde (patch) | |
tree | 72c14836d52ef041947c50a6eb26c06a339d9afe /proto.h | |
parent | 71c558c3bb71d4ea530abb3cc25180c1ccf2bedc (diff) | |
download | perl-d870712163dce2ef7e0a77999cef2ce40ff04bde.tar.gz |
Update embed.fnc and headers after change 26345 (spotted by Rafael)
p4raw-id: //depot/perl@26346
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -3590,14 +3590,6 @@ STATIC char * S_uiv_2buf(char *buf, IV iv, UV uv, int is_uv, char **peob) __attribute__nonnull__(1) __attribute__nonnull__(5); -STATIC IV S_asIV(pTHX_ SV* sv) - __attribute__warn_unused_result__ - __attribute__nonnull__(pTHX_1); - -STATIC UV S_asUV(pTHX_ SV* sv) - __attribute__warn_unused_result__ - __attribute__nonnull__(pTHX_1); - STATIC void S_sv_unglob(pTHX_ SV* sv) __attribute__nonnull__(pTHX_1); |