diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-04-16 18:53:55 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-04-16 18:53:55 (GMT) |
| commit | 3ae9b2df5c8301472274c78ce82deaed61e36583 (patch) | |
| tree | 38fdf10632e9781b28f42c80fe75bd6fee3c235b /generic/tclStubInit.c | |
| parent | 7c00be9c3811d243d3558ca7b51dceff54e182d0 (diff) | |
| parent | a7101c49afc9bb6efcfa5cc5cedf7f166b0d1a74 (diff) | |
| download | tcl-3ae9b2df5c8301472274c78ce82deaed61e36583.zip tcl-3ae9b2df5c8301472274c78ce82deaed61e36583.tar.gz tcl-3ae9b2df5c8301472274c78ce82deaed61e36583.tar.bz2 | |
merge trunk
Diffstat (limited to 'generic/tclStubInit.c')
| -rw-r--r-- | generic/tclStubInit.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index 09550b5..311c681 100644 --- a/generic/tclStubInit.c +++ b/generic/tclStubInit.c @@ -90,7 +90,8 @@ TclpIsAtty(int fd) return isatty(fd); } -int +#define TclWinGetPlatformId winGetPlatformId +static int TclWinGetPlatformId() { /* Don't bother to determine the real platform on cygwin, @@ -106,7 +107,8 @@ void *TclWinGetTclInstance() return hInstance; } -char * +#define TclWinNoBackslash winNoBackslash +static char * TclWinNoBackslash(char *path) { char *p; |
