[svn:parrot] r40465 - branches/pcc_arg_unify/config/gen/config_pm

allison at svn.parrot.org allison at svn.parrot.org
Sun Aug 9 18:50:12 UTC 2009


Author: allison
Date: Sun Aug  9 18:50:11 2009
New Revision: 40465
URL: https://trac.parrot.org/parrot/changeset/40465

Log:
[pcc] Use idiomatic Parrot, PMCNULL instead of 'Undef'.

Modified:
   branches/pcc_arg_unify/config/gen/config_pm/config_lib_pasm.in

Modified: branches/pcc_arg_unify/config/gen/config_pm/config_lib_pasm.in
==============================================================================
--- branches/pcc_arg_unify/config/gen/config_pm/config_lib_pasm.in	Sun Aug  9 18:16:54 2009	(r40464)
+++ branches/pcc_arg_unify/config/gen/config_pm/config_lib_pasm.in	Sun Aug  9 18:50:11 2009	(r40465)
@@ -11,7 +11,7 @@
     set I11, 1      # install flag
 no_arg:
     new P0, 'Hash'
-    new P1, 'Undef'
+    null P1
 
     @PCONFIG@
 


More information about the parrot-commits mailing list