diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-09 13:21:52 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-09 13:21:52 (GMT) |
| commit | ac08e647e9c9b96f0960c4231eed38f04d941ea9 (patch) | |
| tree | a275ed1c496c879a80d2602654762074703f08d5 /generic/tclParse.c | |
| parent | a6528d2ac354f750c06a598998de1565171c67e3 (diff) | |
| parent | cd1fc2183ef5dfde922e6b57a0f9419f84482a97 (diff) | |
| download | tcl-ac08e647e9c9b96f0960c4231eed38f04d941ea9.zip tcl-ac08e647e9c9b96f0960c4231eed38f04d941ea9.tar.gz tcl-ac08e647e9c9b96f0960c4231eed38f04d941ea9.tar.bz2 | |
Merge 8.7
Diffstat (limited to 'generic/tclParse.c')
| -rw-r--r-- | generic/tclParse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclParse.c b/generic/tclParse.c index b821fa0..7bb92d5 100644 --- a/generic/tclParse.c +++ b/generic/tclParse.c @@ -119,7 +119,7 @@ const char tclCharTypeTable[] = { * Prototypes for local functions defined in this file: */ -static inline int CommandComplete(const char *script, size_t numBytes); +static int CommandComplete(const char *script, size_t numBytes); static size_t ParseComment(const char *src, size_t numBytes, Tcl_Parse *parsePtr); static int ParseTokens(const char *src, size_t numBytes, int mask, @@ -2398,7 +2398,7 @@ TclSubstTokens( *---------------------------------------------------------------------- */ -static inline int +static int CommandComplete( const char *script, /* Script to check. */ size_t numBytes) /* Number of bytes in script. */ |
