diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-12-16 21:54:13 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-12-16 21:54:13 +0000 |
commit | 5c284bb074748eab0ba4ff8e53eb1eeeb0f7a962 (patch) | |
tree | 4133fe3b01abe921da65a57c8e96bef0955a88cb /ext/DynaLoader | |
parent | 7d49f6898e172f330a81e972c5944fc5726fcbf3 (diff) | |
download | perl-5c284bb074748eab0ba4ff8e53eb1eeeb0f7a962.tar.gz |
s/Nullhv/NULL/g;
# Although I see that Robin is proposing to add some :-)
p4raw-id: //depot/perl@26381
Diffstat (limited to 'ext/DynaLoader')
-rw-r--r-- | ext/DynaLoader/dlutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/DynaLoader/dlutils.c b/ext/DynaLoader/dlutils.c index 956848ad94..e9dd34a6c9 100644 --- a/ext/DynaLoader/dlutils.c +++ b/ext/DynaLoader/dlutils.c @@ -94,7 +94,7 @@ dl_generic_private_init(pTHX) /* called by dl_*.xs dl_private_init() */ MY_CXT.x_dl_last_error = newSVpvn("", 0); dl_nonlazy = 0; #ifdef DL_LOADONCEONLY - dl_loaded_files = Nullhv; + dl_loaded_files = NULL; #endif #ifdef DEBUGGING { |