Author: kjs
Date: Tue Jan  6 11:05:25 2009
New Revision: 35069

Modified:
   trunk/examples/streams/Replay.pir

Log:
[examples] remove old syntax; global->get_global

Modified: trunk/examples/streams/Replay.pir
==============================================================================
--- trunk/examples/streams/Replay.pir   (original)
+++ trunk/examples/streams/Replay.pir   Tue Jan  6 11:05:25 2009
@@ -5,7 +5,7 @@
     load_bytecode "library/Stream/Replay.pir"
 
     stream = new "Stream::Writer"
-    $P0 = global "_reader"
+    $P0 = get_global "_reader"
     assign stream, $P0
 
     stream."write"( "1" )

Reply via email to