diff options
| author | das <das> | 2007-11-16 05:32:19 (GMT) |
|---|---|---|
| committer | das <das> | 2007-11-16 05:32:19 (GMT) |
| commit | f14f5f82187f59df377d861dfc7c2e06b3d0c66c (patch) | |
| tree | 0cc66baa8885c26786bf0efc205ffcf421f2dc53 | |
| parent | 930cbe506d693cd62b7a2da505843a873f1a9dac (diff) | |
| download | tcl-f14f5f82187f59df377d861dfc7c2e06b3d0c66c.zip tcl-f14f5f82187f59df377d861dfc7c2e06b3d0c66c.tar.gz tcl-f14f5f82187f59df377d861dfc7c2e06b3d0c66c.tar.bz2 | |
autoheader-2.59
| -rw-r--r-- | unix/tclConfig.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index 929557a..7443fd6 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -382,7 +382,7 @@ /* What is the default extension for shared libraries? */ #undef TCL_SHLIB_EXT -/* The C stack grows upwards in memory */ +/* The C stack grows upwards in memory. */ #undef TCL_STACK_GROWS_UP /* Are we building with threads enabled? */ |
