diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2015-09-23 12:19:12 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2015-09-23 12:19:12 (GMT) |
| commit | ff2618d5bf73f39b1e919f01ee6dcef3fc717f23 (patch) | |
| tree | 0f51141ce77037f18b3777c23c9ab7666b590eea /win/tclWinFile.c | |
| parent | eb3d4efff42cace64141f1f0d62d03560f84e981 (diff) | |
| parent | 059b07b9aa3f1c4375b20f3c8d8f23ecee1690f9 (diff) | |
| download | tcl-ff2618d5bf73f39b1e919f01ee6dcef3fc717f23.zip tcl-ff2618d5bf73f39b1e919f01ee6dcef3fc717f23.tar.gz tcl-ff2618d5bf73f39b1e919f01ee6dcef3fc717f23.tar.bz2 | |
Merge trunk
Diffstat (limited to 'win/tclWinFile.c')
| -rwxr-xr-x | win/tclWinFile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclWinFile.c b/win/tclWinFile.c index 02927ad..f6e3a4b 100755 --- a/win/tclWinFile.c +++ b/win/tclWinFile.c @@ -172,7 +172,7 @@ static int WinLink(const TCHAR *LinkSource, const TCHAR *LinkTarget, int linkAction); static int WinSymLinkDirectory(const TCHAR *LinkDirectory, const TCHAR *LinkTarget); -MODULE_SCOPE void tclWinDebugPanic(const char *format, ...); +MODULE_SCOPE TCL_NORETURN void tclWinDebugPanic(const char *format, ...); /* *-------------------------------------------------------------------- @@ -789,7 +789,7 @@ NativeWriteReparse( *---------------------------------------------------------------------- */ -void +TCL_NORETURN void tclWinDebugPanic( const char *format, ...) { |
