Author: allison
Date: Sun Jan 18 22:29:32 2009
New Revision: 35737
Modified:
trunk/runtime/parrot/library/SDL/LCD.pir
Log:
[pdd30install] Shorten library path, 'library/' prefix unnecessary. For TT #123 (Reini Urban).
Modified: trunk/runtime/parrot/library/SDL/LCD.pir
==============================================================================
--- trunk/runtime/parrot/library/SDL/LCD.pir (original)
+++ trunk/runtime/parrot/library/SDL/LCD.pir Sun Jan 18 22:29:32 2009
@@ -45,8 +45,8 @@
.return()
create_class:
- load_bytecode 'library/SDL/Image.pir'
- load_bytecode 'library/SDL/Rect.pir'
+ load_bytecode 'SDL/Image.pir'
+ load_bytecode 'SDL/Rect.pir'
.local pmc digits
digits = new 'SDL::Image'