diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-04-06 13:10:05 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-04-06 13:10:05 (GMT) |
commit | 7207d9a57abd342956e228d594c8e4a70a03030a (patch) | |
tree | cec3e67a847416bd537847c4250e0ef9f14be0f3 /ChangeLog | |
parent | 963891f74c97d0fecfcf5b4825bd5148f67a103c (diff) | |
download | tcl-7207d9a57abd342956e228d594c8e4a70a03030a.zip tcl-7207d9a57abd342956e228d594c8e4a70a03030a.tar.gz tcl-7207d9a57abd342956e228d594c8e4a70a03030a.tar.bz2 |
Make symbols "main" and "Tcl_AppInit" MODULE_SCOPE: there is absolutely no reason for exporting them.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2011-04-06 Jan Nijtmans <nijtmans@users.sf.net> + + * unix/tclAppInit.c: Make symbols "main" and "Tcl_AppInit" + MODULE_SCOPE: there is absolutely no reason for exporting them. + 2011-04-06 Donal K. Fellows <dkf@users.sf.net> * generic/tclFCmd.c, macosx/tclMacOSXFCmd.c, unix/tclUnixChan.c, |