summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2004-10-27 23:20:59 (GMT)
committerdavygrvy <davygrvy@pobox.com>2004-10-27 23:20:59 (GMT)
commit79fba21b141d36abcc1041d0964059dc34d09476 (patch)
treeef5affbbcc1adeb3b45677d034774397cdb75672 /generic/tcl.h
parentef5237440a2d70984ea141c1c9af2a61ee542397 (diff)
downloadtcl-79fba21b141d36abcc1041d0964059dc34d09476.zip
tcl-79fba21b141d36abcc1041d0964059dc34d09476.tar.gz
tcl-79fba21b141d36abcc1041d0964059dc34d09476.tar.bz2
* 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.
Diffstat (limited to 'generic/tcl.h')
-rw-r--r--generic/tcl.h18
1 files changed, 1 insertions, 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 */