Author: coke
Date: Thu May  5 08:58:19 2005
New Revision: 7986

Modified:
   trunk/languages/tcl/tcl.imc_template
Log:
PGE.pir file no longer exists, .pbc is the way to go.

This allows any tcl test that don't rely on PGE to
pass again.



Modified: trunk/languages/tcl/tcl.imc_template
==============================================================================
--- trunk/languages/tcl/tcl.imc_template        (original)
+++ trunk/languages/tcl/tcl.imc_template        Thu May  5 08:58:19 2005
@@ -84,7 +84,7 @@
   $P0 = loadlib "tcl_group"
   load_bytecode "languages/tcl/lib/tclword.pbc"
   load_bytecode "library/Data/Escape.pbc"
-  load_bytecode "library/PGE.pir"
+  load_bytecode "library/PGE.pbc"
  
   .local int TclArray
   TclArray = find_type "TclArray" # happy case.

Reply via email to