Author: coke
Date: Wed Oct  5 07:40:58 2005
New Revision: 9354

Modified:
   trunk/languages/tcl/lib/commands/break.pir
   trunk/languages/tcl/lib/commands/continue.pir
   trunk/languages/tcl/lib/commands/incr.pir
Log:
TODO: make these use their inline'd version



Modified: trunk/languages/tcl/lib/commands/break.pir
==============================================================================
--- trunk/languages/tcl/lib/commands/break.pir  (original)
+++ trunk/languages/tcl/lib/commands/break.pir  Wed Oct  5 07:40:58 2005
@@ -1,3 +1,5 @@
+# XXX Convert to a call to the inline verison
+
 ###
 # [break]
 

Modified: trunk/languages/tcl/lib/commands/continue.pir
==============================================================================
--- trunk/languages/tcl/lib/commands/continue.pir       (original)
+++ trunk/languages/tcl/lib/commands/continue.pir       Wed Oct  5 07:40:58 2005
@@ -1,3 +1,5 @@
+# XXX convert to a call to the inline version
+
 ###
 # [continue]
 

Modified: trunk/languages/tcl/lib/commands/incr.pir
==============================================================================
--- trunk/languages/tcl/lib/commands/incr.pir   (original)
+++ trunk/languages/tcl/lib/commands/incr.pir   Wed Oct  5 07:40:58 2005
@@ -1,3 +1,5 @@
+# XXX Convert to a call to the inline version.
+
 =head2 [incr]
 
  incr foo

Reply via email to