diff options
author | nijtmans <nijtmans> | 2009-07-22 19:54:49 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2009-07-22 19:54:49 (GMT) |
commit | 432b10e730341c0769705ac13e8b21ceb665d1b5 (patch) | |
tree | 949e2f867e692c026d054423abe4d4180e37cf74 /win/tclWinPort.h | |
parent | 223b313a0cf97cf513b18df35a99f4c58cee7b39 (diff) | |
download | tcl-432b10e730341c0769705ac13e8b21ceb665d1b5.zip tcl-432b10e730341c0769705ac13e8b21ceb665d1b5.tar.gz tcl-432b10e730341c0769705ac13e8b21ceb665d1b5.tar.bz2 |
Feature Request 2814786: remove TclpPanic
Diffstat (limited to 'win/tclWinPort.h')
-rw-r--r-- | win/tclWinPort.h | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/win/tclWinPort.h b/win/tclWinPort.h index bca0b7e..93eca70 100644 --- a/win/tclWinPort.h +++ b/win/tclWinPort.h @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclWinPort.h,v 1.50 2007/12/13 15:28:44 dgp Exp $ + * RCS: @(#) $Id: tclWinPort.h,v 1.51 2009/07/22 19:54:49 nijtmans Exp $ */ #ifndef _TCLWINPORT @@ -403,7 +403,7 @@ #ifdef __WATCOMC__ - /* + /* * OpenWatcom uses a wine derived winsock2.h that is missing the * LPFN_* typedefs. */ @@ -425,15 +425,9 @@ /* - * There is no platform-specific panic routine for Windows in the Tcl internals. - */ - -#define TclpPanic ((Tcl_PanicProc *) NULL) - -/* *--------------------------------------------------------------------------- - * The following macros and declarations represent the interface between - * generic and windows-specific parts of Tcl. Some of the macros may + * The following macros and declarations represent the interface between + * generic and windows-specific parts of Tcl. Some of the macros may * override functions declared in tclInt.h. *--------------------------------------------------------------------------- */ @@ -507,14 +501,14 @@ /* - * The following macros have trivial definitions, allowing generic code to + * The following macros have trivial definitions, allowing generic code to * address platform-specific issues. */ #define TclpReleaseFile(file) ckfree((char *) file) /* - * The following macros and declarations wrap the C runtime library + * The following macros and declarations wrap the C runtime library * functions. */ |