# New Ticket Created by  "Steve Peters" 
# Please include the string:  [perl #42795]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=42795 >


Index: lib/Parrot/Ops2c/Utils.pm
==============================================================
--- lib/Parrot/Ops2c/Utils.pm   (revision 18354)
+++ lib/Parrot/Ops2c/Utils.pm   (working copy)
@@ -680,7 +680,7 @@
         print $fh @{ $self->{op_func_table} };

         print $fh <<END_C;
-  (op_func$self->{suffix}_t)0  /* NULL function pointer */
+  (op_func$self->{suffix}_t *)0  /* NULL function pointer */
 };

Reply via email to