diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-07-04 10:41:28 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-07-04 10:41:28 +0000 |
commit | c941fb51a763b50ea8ceb343cf253ac80c4ca160 (patch) | |
tree | e3923132118175b9d3272c720085ce2029063592 /proto.h | |
parent | 5bbd0522c4c5905125a88093d72f772779b14682 (diff) | |
download | perl-c941fb51a763b50ea8ceb343cf253ac80c4ca160.tar.gz |
Inlining del_HE is actually a space optimisation.
It's therefore likely also to be a speed optimisation. :-)
p4raw-id: //depot/perl@25066
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1988,9 +1988,6 @@ STATIC HE* S_new_he(pTHX) __attribute__malloc__ __attribute__warn_unused_result__; -STATIC void S_del_he(pTHX_ HE *p) - __attribute__nonnull__(pTHX_1); - STATIC HEK* S_save_hek_flags(pTHX_ const char *str, I32 len, U32 hash, int flags) __attribute__malloc__ __attribute__warn_unused_result__ |