Author: coke
Date: Thu Jul 28 14:07:04 2005
New Revision: 8724

Added:
   branches/leo-ctx5/languages/tcl/lib/macros/is_space.pir
      - copied unchanged from rev 8721, 
branches/leo-ctx5/languages/tcl/lib/macros/is_space.imc
Removed:
   branches/leo-ctx5/languages/tcl/lib/macros/is_space.imc
   branches/leo-ctx5/languages/tcl/tcl.imc_template
Modified:
   branches/leo-ctx5/languages/tcl/lib/conversions.pir
   branches/leo-ctx5/languages/tcl/tcl.pl
Log:
more "merging" of the tcl imc/pir rename



Modified: branches/leo-ctx5/languages/tcl/lib/conversions.pir
==============================================================================
--- branches/leo-ctx5/languages/tcl/lib/conversions.pir (original)
+++ branches/leo-ctx5/languages/tcl/lib/conversions.pir Thu Jul 28 14:07:04 2005
@@ -19,7 +19,7 @@ use __stringToList.
 
   $S0 = value
   (return_type, value) = __stringToList($S0)
-  
+
 done:
   .return(return_type, value)
 .end

Modified: branches/leo-ctx5/languages/tcl/tcl.pl
==============================================================================
--- branches/leo-ctx5/languages/tcl/tcl.pl      (original)
+++ branches/leo-ctx5/languages/tcl/tcl.pl      Thu Jul 28 14:07:04 2005
@@ -3,7 +3,7 @@
 use strict;
 use lib qw(lib);
 
-my $template = "tcl.imc_template";
+my $template = "tcl.pir_template";
 
 my $header = <<EOH;
 # This file automatically generated by $0. Edit

Reply via email to