diff options
| author | Joe Mistachkin <joe@mistachkin.com> | 2016-01-19 17:48:25 (GMT) |
|---|---|---|
| committer | Joe Mistachkin <joe@mistachkin.com> | 2016-01-19 17:48:25 (GMT) |
| commit | 8365a58070d618158d161323c2e5add4598ffd01 (patch) | |
| tree | 61eed2cb25f11fab73f3412815d8e1888e995c32 | |
| parent | b25cb7d39a10e81e682e391e6490f2b59671eaef (diff) | |
| download | tcl-8365a58070d618158d161323c2e5add4598ffd01.zip tcl-8365a58070d618158d161323c2e5add4598ffd01.tar.gz tcl-8365a58070d618158d161323c2e5add4598ffd01.tar.bz2 | |
Update comment with TIP number.
| -rw-r--r-- | generic/tclBasic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c index 0bb43cc..e5d7406 100644 --- a/generic/tclBasic.c +++ b/generic/tclBasic.c @@ -916,7 +916,7 @@ Tcl_CreateInterp(void) TclInitEmbeddedConfigurationInformation(interp); /* - * TIP #XXX: Declare the name of the script engine to be "Tcl". + * TIP #440: Declare the name of the script engine to be "Tcl". */ Tcl_SetVar2(interp, "tcl_platform", "engine", "Tcl", |
