[svn:parrot] r35959 - trunk/examples/nci

[email protected] Sat, 24 Jan 2009 07:48:15 -0800 (PST)
Newsgroups perl.cvs.parrot
Message-ID <[email protected]>
Author: julianalbo
Date: Sat Jan 24 07:48:12 2009
New Revision: 35959

Modified:
   trunk/examples/nci/ls.pir

Log:
fix examples/nci/ls.pir

Modified: trunk/examples/nci/ls.pir
==============================================================================
--- trunk/examples/nci/ls.pir	(original)
+++ trunk/examples/nci/ls.pir	Sat Jan 24 07:48:12 2009
@@ -20,9 +20,6 @@
      dlfunc opendir, libc, 'opendir', 'pt'
      dlfunc readdir, libc, 'readdir', 'pp'
      dlfunc closedir, libc, 'closedir', 'ip'
-     store_global 'libc::opendir', opendir
-     store_global 'libc::readdir', readdir
-     store_global 'libc::closedir', closedir
      .local pmc curdir
      curdir = opendir("docs")
      .local pmc entry