summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-12-13 20:05:31 +0000
committerNicholas Clark <nick@ccl4.org>2005-12-13 20:05:31 +0000
commitd870712163dce2ef7e0a77999cef2ce40ff04bde (patch)
tree72c14836d52ef041947c50a6eb26c06a339d9afe /proto.h
parent71c558c3bb71d4ea530abb3cc25180c1ccf2bedc (diff)
downloadperl-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.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/proto.h b/proto.h
index a47102fa7e..b5dfd5be22 100644
--- a/proto.h
+++ b/proto.h
@@ -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);