From 7606fb1c7890e4b1fd4f75e29fcad7b33b7ec506 Mon Sep 17 00:00:00 2001 From: davygrvy Date: Wed, 3 Nov 2004 21:07:01 +0000 Subject: * generic/tcl.h: Moved the preprocessor logic * generic/tclDecls.h: from tclInt.h of setting the * generic/tclInt.h: TCL_STORAGE_CLASS macro to the * generic/tclIntDecls.h: tcl*Decls.h files now that no * generic/tclIntPlatDecls.h: use of EXTERN is left in tclInt.h. * generic/tclPlatDecls.h: Proto for Tcl_Main moved in tcl.h * win/tclWinPort.h: to prior the inclusion of the Stubs headers as they are now resetting TCL_STORAGE_CLASS. Removed extrainious reset from tclWinPort.h. [Patch 1055668] --- win/tclWinPort.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/win/tclWinPort.h b/win/tclWinPort.h index 1c3318a..ac82929 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.42 2004/11/03 00:26:59 davygrvy Exp $ + * RCS: @(#) $Id: tclWinPort.h,v 1.43 2004/11/03 21:07:01 davygrvy Exp $ */ #ifndef _TCLWINPORT @@ -531,7 +531,4 @@ MODULE_SCOPE Tcl_WideUInt strtoull _ANSI_ARGS_((CONST char *string, #define INVALID_SET_FILE_POINTER 0xFFFFFFFF #endif /* INVALID_SET_FILE_POINTER */ -#undef TCL_STORAGE_CLASS -#define TCL_STORAGE_CLASS DLLIMPORT - #endif /* _TCLWINPORT */ -- cgit v0.12