summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2006-05-22 15:18:33 +0000
committerSteve Hay <SteveHay@planit.com>2006-05-22 15:18:33 +0000
commitc20eb1c0a472ce4ada764a8268fbc22d78a331e1 (patch)
treefdf749bb613727202910ba2b63bfb44c26293aaf /embed.fnc
parentc8a14fb6c15fa7e7d9f1ce7bc6160eab4bca36af (diff)
downloadperl-c20eb1c0a472ce4ada764a8268fbc22d78a331e1.tar.gz
Fix Win32 linker error
See: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-05/msg00758.html p4raw-id: //depot/perl@28277
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index bc12ba195c..02c712063b 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -312,7 +312,7 @@ XEpoM |SV * |refcounted_he_fetch|NN const struct refcounted_he *chain \
|NULLOK SV *keysv|NULLOK const char *key \
|STRLEN klen, int flags, U32 hash
dpoM |void |refcounted_he_free|NULLOK struct refcounted_he *he
-dpoM |struct refcounted_he *|refcounted_he_new \
+XEdpoM |struct refcounted_he *|refcounted_he_new \
|NULLOK struct refcounted_he *const parent \
|NULLOK SV *const key|NULLOK SV *const value
Apd |SV** |hv_store |NULLOK HV* tb|NULLOK const char* key|I32 klen|NULLOK SV* val \