Update usage synopsis; fix miscellaneous typos
[p5sagit/p5-mst-13.2.git] / pp.h
diff --git a/pp.h b/pp.h
index e17c2eb..9f80c29 100644 (file)
--- a/pp.h
+++ b/pp.h
 #define RvDEEPCP(rv) do { SV* ref=SvRV(rv);      \
   if (SvREFCNT(ref)>1) {                 \
     SvREFCNT_dec(ref);                   \
-    SvRV(rv)=newSVsv(ref);               \
+    SvRV(rv)=AMG_CALLun(rv,copy);        \
   } } while (0)
 #else