This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix typo in POD for new Unicode::UCD::num() variant
[perl5.git] / op.h
diff --git a/op.h b/op.h
index 513fc65..efafcf3 100644 (file)
--- a/op.h
+++ b/op.h
@@ -129,9 +129,6 @@ Deprecated.  Use C<GIMME_V> instead.
                                /*  On OP_DBSTATE, indicates breakpoint
                                 *    (runtime property) */
                                /*  On OP_REQUIRE, was seen as CORE::require */
-                               /*  On OP_(ENTER|LEAVE)WHEN, there's
-                                   no condition */
-                               /*  On OP_SMARTMATCH, an implicit smartmatch */
                                /*  On OP_ANONHASH and OP_ANONLIST, create a
                                    reference to the new anon hash or array */
                                /*  On OP_HELEM, OP_MULTIDEREF and OP_HSLICE,
@@ -189,7 +186,7 @@ typedef union  {
     IV        iv;
     UV        uv;
     char      *pv;
-    SSize_t   size;
+    SSize_t   ssize;
 } UNOP_AUX_item;
 
 #ifdef USE_ITHREADS