[svn:parrot] r48489 - trunk/examples/languages/squaak

fperrad at svn.parrot.org fperrad at svn.parrot.org
Sat Aug 14 09:13:56 UTC 2010


Author: fperrad
Date: Sat Aug 14 09:13:56 2010
New Revision: 48489
URL: https://trac.parrot.org/parrot/changeset/48489

Log:
[squaak] fix build after r48212

Modified:
   trunk/examples/languages/squaak/setup.pir

Modified: trunk/examples/languages/squaak/setup.pir
==============================================================================
--- trunk/examples/languages/squaak/setup.pir	Sat Aug 14 02:55:13 2010	(r48488)
+++ trunk/examples/languages/squaak/setup.pir	Sat Aug 14 09:13:56 2010	(r48489)
@@ -23,29 +23,6 @@
     $S0 = shift args
     load_bytecode 'distutils.pbc'
 
-    .local int reqsvn
-    $P0 = new 'FileHandle'
-    $P0.'open'('PARROT_REVISION', 'r')
-    $S0 = $P0.'readline'()
-    reqsvn = $S0
-    $P0.'close'()
-
-    .local pmc config
-    config = get_config()
-    $I0 = config['revision']
-    unless $I0 goto L1
-    unless reqsvn > $I0 goto L1
-    $S1 = "Parrot revision r"
-    $S0 = reqsvn
-    $S1 .= $S0
-    $S1 .= " required (currently r"
-    $S0 = $I0
-    $S1 .= $S0
-    $S1 .= ")\n"
-    print $S1
-    end
-  L1:
-
     $P0 = new 'Hash'
     $P0['name'] = 'Squaak'
     $P0['abstract'] = 'the Squaak compiler'


More information about the parrot-commits mailing list