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 /unix/tclUnixPort.h | |
parent | 223b313a0cf97cf513b18df35a99f4c58cee7b39 (diff) | |
download | tcl-432b10e730341c0769705ac13e8b21ceb665d1b5.zip tcl-432b10e730341c0769705ac13e8b21ceb665d1b5.tar.gz tcl-432b10e730341c0769705ac13e8b21ceb665d1b5.tar.bz2 |
Feature Request 2814786: remove TclpPanic
Diffstat (limited to 'unix/tclUnixPort.h')
-rw-r--r-- | unix/tclUnixPort.h | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h index bc387ca..f740c48 100644 --- a/unix/tclUnixPort.h +++ b/unix/tclUnixPort.h @@ -19,7 +19,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclUnixPort.h,v 1.69 2009/06/15 16:24:45 rmax Exp $ + * RCS: @(#) $Id: tclUnixPort.h,v 1.70 2009/07/22 19:54:50 nijtmans Exp $ */ #ifndef _TCLUNIXPORT @@ -459,12 +459,6 @@ extern char **environ; #endif /* - * There is no platform-specific panic routine for Unix in the Tcl internals. - */ - -#define TclpPanic ((Tcl_PanicProc *) NULL) - -/* * Darwin specifc configure overrides. */ @@ -553,8 +547,8 @@ extern char **environ; /* *--------------------------------------------------------------------------- - * The following macros and declarations represent the interface between - * generic and unix-specific parts of Tcl. Some of the macros may override + * The following macros and declarations represent the interface between + * generic and unix-specific parts of Tcl. Some of the macros may override * functions declared in tclInt.h. *--------------------------------------------------------------------------- */ @@ -571,7 +565,7 @@ typedef int socklen_t; #endif /* - * The following macros have trivial definitions, allowing generic code to + * The following macros have trivial definitions, allowing generic code to * address platform-specific issues. */ @@ -608,7 +602,7 @@ EXTERN char * TclpInetNtoa(struct in_addr); * known-to-be-MT-unsafe library calls. * Instead of returning pointers to the * static storage, those return pointers - * to the TSD data. + * to the TSD data. */ #include <pwd.h> |