diff options
author | Steve Hay <SteveHay@planit.com> | 2006-05-22 15:18:33 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2006-05-22 15:18:33 +0000 |
commit | c20eb1c0a472ce4ada764a8268fbc22d78a331e1 (patch) | |
tree | fdf749bb613727202910ba2b63bfb44c26293aaf /embed.fnc | |
parent | c8a14fb6c15fa7e7d9f1ce7bc6160eab4bca36af (diff) | |
download | perl-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.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |