[svn:parrot] r41838 - branches/pcc_reapply/config/gen/config_pm
tene at svn.parrot.org
tene at svn.parrot.org
Tue Oct 13 08:04:57 UTC 2009
Author: tene
Date: Tue Oct 13 08:04:46 2009
New Revision: 41838
URL: https://trac.parrot.org/parrot/changeset/41838
Log:
[pcc] Use undef instead of null in config_lib. bacek++
Modified:
branches/pcc_reapply/config/gen/config_pm/config_lib_pasm.in
Modified: branches/pcc_reapply/config/gen/config_pm/config_lib_pasm.in
==============================================================================
--- branches/pcc_reapply/config/gen/config_pm/config_lib_pasm.in Tue Oct 13 02:20:14 2009 (r41837)
+++ branches/pcc_reapply/config/gen/config_pm/config_lib_pasm.in Tue Oct 13 08:04:46 2009 (r41838)
@@ -11,7 +11,7 @@
set I11, 1 # install flag
no_arg:
new P0, 'Hash'
- null P1
+ new P1, 'Undef'
@PCONFIG@
More information about the parrot-commits
mailing list