Check-in [5de78d18ca]
Overview
Comment:Unexport generic "new" command
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 5de78d18ca1356fe792bf4ade86787318479b791
User & Date: rkeene on 2017-01-08 06:13:46
Other Links: manifest | tags
Context
2017-01-08
06:14
tcc4tcl 0.29 check-in: 8c41429bfc user: rkeene tags: trunk, 0.29
06:13
Unexport generic "new" command check-in: 5de78d18ca user: rkeene tags: trunk
06:13
Added a "tcc4tcl::ccommand" command similar to Critcl check-in: d02f5fd83e user: rkeene tags: trunk
Changes

Modified tcc4tcl.tcl from [a64acdd994] to [991d4e1c6b].

795
796
797
798
799
800
801
802

803
804
795
796
797
798
799
800
801

802
803
804







-
+


	}

	append cbody "}" "\n"

	return [list $code $cbody $wname]
}

namespace eval tcc4tcl {namespace export cproc new}
namespace eval tcc4tcl {namespace export cproc}

package provide tcc4tcl "@@VERS@@"