From 79fba21b141d36abcc1041d0964059dc34d09476 Mon Sep 17 00:00:00 2001 From: davygrvy Date: Wed, 27 Oct 2004 23:20:59 +0000 Subject: * generic/tcl.h: Removed the file level 'extern "C" {' and the coresponding closing block as it serves no purpose given that all the function prototypes have the proper extern usage already. --- generic/tcl.h | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/generic/tcl.h b/generic/tcl.h index 4a285d0..aa4cedc 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -13,21 +13,13 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tcl.h,v 1.184 2004/10/02 17:00:38 dkf Exp $ + * RCS: @(#) $Id: tcl.h,v 1.185 2004/10/27 23:20:59 davygrvy Exp $ */ #ifndef _TCL #define _TCL /* - * For C++ compilers, use extern "C" - */ - -#ifdef __cplusplus -extern "C" { -#endif - -/* * The following defines are used to indicate the various release levels. */ @@ -2350,12 +2342,4 @@ EXTERN int Tcl_AppInit _ANSI_ARGS_((Tcl_Interp *interp)); #define TCL_STORAGE_CLASS DLLIMPORT #endif /* RC_INVOKED */ - -/* - * end block for C++ - */ -#ifdef __cplusplus -} -#endif - #endif /* _TCL */ -- cgit v0.12