From 75fb0019552a40e8411a48baff309b47141c4aa5 Mon Sep 17 00:00:00 2001 From: escoffon Date: Tue, 4 Aug 1998 11:19:03 +0000 Subject: oh well, it was supposed to be TCL_STORAGE_CLASS not TCLSTORAGECLASS --- generic/tcl.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/generic/tcl.h b/generic/tcl.h index 33705fd..0a7079f 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: %Z% $Id: tcl.h,v 1.20 1998/08/04 10:15:50 escoffon Exp $ + * SCCS: %Z% $Id: tcl.h,v 1.21 1998/08/04 11:19:03 escoffon Exp $ */ #ifndef _TCL @@ -186,13 +186,13 @@ # define DLLEXPORT #endif -#ifdef TCLSTORAGECLASS -# undef TCLSTORAGECLASS +#ifdef TCL_STORAGE_CLASS +# undef TCL_STORAGE_CLASS #endif #ifdef BUILD_tcl -# define TCLSTORAGECLASS DLLEXPORT +# define TCL_STORAGE_CLASS DLLEXPORT #else -# define TCLSTORAGECLASS DLLIMPORT +# define TCL_STORAGE_CLASS DLLIMPORT #endif /* -- cgit v0.12