summaryrefslogtreecommitdiffstats
path: root/src/bltParse.C
diff options
context:
space:
mode:
authorjoye <joye>2014-02-28 17:36:23 (GMT)
committerjoye <joye>2014-02-28 17:36:23 (GMT)
commit432ce5db7295e0bccbd9cbd4ac1e2e6257eadc37 (patch)
tree793fd346d7925b4c851888674889a4569672bc38 /src/bltParse.C
parent51ac158464eb641e1cef0b14b7677f8753227a4f (diff)
downloadblt-432ce5db7295e0bccbd9cbd4ac1e2e6257eadc37.zip
blt-432ce5db7295e0bccbd9cbd4ac1e2e6257eadc37.tar.gz
blt-432ce5db7295e0bccbd9cbd4ac1e2e6257eadc37.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltParse.C')
-rw-r--r--src/bltParse.C6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bltParse.C b/src/bltParse.C
index 7d31e3d..283b042 100644
--- a/src/bltParse.C
+++ b/src/bltParse.C
@@ -208,7 +208,7 @@ static unsigned char tclTypeTable[] =
*---------------------------------------------------------------------------
*/
int Blt_ParseNestedCmd(
- Tcl_Interp *interp, /* Interpreter to use for nested command
+ Tcl_Interp* interp, /* Interpreter to use for nested command
* evaluations and error messages. */
const char *string, /* Character just after opening bracket. */
int flags, /* Flags to pass to nested Tcl_Eval. */
@@ -247,7 +247,7 @@ int Blt_ParseNestedCmd(
*/
int Blt_ParseBraces(
- Tcl_Interp *interp, /* Interpreter to use for nested command
+ Tcl_Interp* interp, /* Interpreter to use for nested command
* evaluations and error messages. */
const char *string, /* Character just after opening bracket. */
const char **termPtr, /* Store address of terminating character
@@ -423,7 +423,7 @@ void Blt_ExpandParseValue(
*---------------------------------------------------------------------------
*/
int Blt_ParseQuotes(
- Tcl_Interp *interp, /* Interpreter to use for nested command
+ Tcl_Interp* interp, /* Interpreter to use for nested command
* evaluations and error messages. */
const char *string, /* Character just after opening double-
* quote. */