Deprecate (and remove core use of ) Nullav, Nullcv, Nullgv, Nullhe,
[p5sagit/p5-mst-13.2.git] / ext / DynaLoader / dl_symbian.xs
index f7ddc09..1461142 100644 (file)
@@ -78,7 +78,7 @@ void* dlopen(const char *filename, int flags) {
         h = new PerlSymbianLibHandle;
         if (h) {
             h->error   = KErrNone;
-            h->symbols = Nullhv;
+            h->symbols = (HV *)NULL;
         } else
             error = KErrNoMemory;
     }