Author: coke Date: Sun Jan 8 11:02:34 2006 New Revision: 10998 Modified: trunk/languages/tcl/tools/gen_inline.pl Log: tcl - (remove debug that crept in. again.)
Modified: trunk/languages/tcl/tools/gen_inline.pl ============================================================================== --- trunk/languages/tcl/tools/gen_inline.pl (original) +++ trunk/languages/tcl/tools/gen_inline.pl Sun Jan 8 11:02:34 2006 @@ -136,7 +136,6 @@ add_inlined(<<END_PIR); __script_compile = find_global '_Tcl', 'compile' .local pmc __pir_compile __pir_compile = find_global '_Tcl', 'pir_compiler' - trace 1 END_PIR # Now, grab each arg off the list and compile it, handling defaults, etc.
