diff options
author | dgp <dgp@users.sourceforge.net> | 2008-09-03 05:43:22 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-09-03 05:43:22 (GMT) |
commit | e72b23c2ef58f8fc0fe5d9f1b6fd9dc04caedefa (patch) | |
tree | 216ee52f93716ef849868accef30b2e4ad79e04d /ChangeLog | |
parent | a8602e1abc63945cb101c7a028629b37326832ef (diff) | |
download | tcl-e72b23c2ef58f8fc0fe5d9f1b6fd9dc04caedefa.zip tcl-e72b23c2ef58f8fc0fe5d9f1b6fd9dc04caedefa.tar.gz tcl-e72b23c2ef58f8fc0fe5d9f1b6fd9dc04caedefa.tar.bz2 |
* generic/tcl.h: Stripped "callers" of the _ANSI_ARGS_ macro
* compat/dirent2.h: to support a TCL_NO_DEPRECATED build.
* compat/dlfcn.h:
* unix/tclUnixPort.h:
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2008-09-02 Don Porter <dgp@users.sourceforge.net> + * generic/tcl.h: Stripped "callers" of the _ANSI_ARGS_ macro + * compat/dirent2.h: to support a TCL_NO_DEPRECATED build. + * compat/dlfcn.h: + * unix/tclUnixPort.h: + * generic/tcl.h: Removed the conditional #define of _ANSI_ARGS_ that would support pre-prototype C compilers. Since _ANSI_ARGS_ is no longer used in tclDecls.h, it's clear no one |