[svn:parrot] r45860 - trunk/runtime/parrot/library

fperrad at svn.parrot.org fperrad at svn.parrot.org
Wed Apr 21 15:07:25 UTC 2010


Author: fperrad
Date: Wed Apr 21 15:07:25 2010
New Revision: 45860
URL: https://trac.parrot.org/parrot/changeset/45860

Log:
[distutils] revert r45273 (useless since r45285)

Modified:
   trunk/runtime/parrot/library/distutils.pir

Modified: trunk/runtime/parrot/library/distutils.pir
==============================================================================
--- trunk/runtime/parrot/library/distutils.pir	Wed Apr 21 13:59:01 2010	(r45859)
+++ trunk/runtime/parrot/library/distutils.pir	Wed Apr 21 15:07:25 2010	(r45860)
@@ -1364,10 +1364,6 @@
     pmc2c .= " "
     $S0 = get_tool('build/pmc2c.pl')
     pmc2c .= $S0
-    $S0 = config['osname']
-    unless $S0 == 'solaris' goto L1
-    pmc2c .= " --no-lines"
-  L1:
     .local string pmc2c_includes
     pmc2c_includes = "--include "
     $S0 = get_srcdir()
@@ -1416,10 +1412,6 @@
     cmd .= " "
     $S0 = get_tool('build/pmc2c.pl')
     cmd .= $S0
-    $S0 = config['osname']
-    unless $S0 == 'solaris' goto L0
-    cmd .= " --no-lines"
-  L0:
     cmd .= " --library "
     $S0 = dirname(src)
     cmd .= $S0


More information about the parrot-commits mailing list