summaryrefslogtreecommitdiffstats
path: root/generic/tclDecls.h
diff options
context:
space:
mode:
authordas <das>2008-04-08 14:54:52 (GMT)
committerdas <das>2008-04-08 14:54:52 (GMT)
commita56109238f30be1857ca8cd42e6b8cc2595bdf34 (patch)
treee30dfb8e37df45226dfc45f71c487d8d585594c1 /generic/tclDecls.h
parent6c606823f1b0924392dfd55c455beb08be96094a (diff)
downloadtcl-a56109238f30be1857ca8cd42e6b8cc2595bdf34.zip
tcl-a56109238f30be1857ca8cd42e6b8cc2595bdf34.tar.gz
tcl-a56109238f30be1857ca8cd42e6b8cc2595bdf34.tar.bz2
* generic/tclDecls.h: make genstubs
* generic/tclIntDecls.h: * generic/tclIntPlatDecls.h: * generic/tclPlatDecls.h: * generic/tclTomMathDecls.h:
Diffstat (limited to 'generic/tclDecls.h')
-rw-r--r--generic/tclDecls.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclDecls.h b/generic/tclDecls.h
index 0a1d735..aee0e79 100644
--- a/generic/tclDecls.h
+++ b/generic/tclDecls.h
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclDecls.h,v 1.132 2008/04/02 21:30:03 das Exp $
+ * RCS: @(#) $Id: tclDecls.h,v 1.133 2008/04/08 14:54:52 das Exp $
*/
#ifndef _TCLDECLS
@@ -4143,7 +4143,7 @@ typedef struct TclStubs {
} TclStubs;
#if defined(USE_TCL_STUBS) && !defined(USE_TCL_STUB_PROCS)
-EXTERN CONST TclStubs *tclStubsPtr;
+extern CONST TclStubs *tclStubsPtr;
#endif /* defined(USE_TCL_STUBS) && !defined(USE_TCL_STUB_PROCS) */
#if defined(USE_TCL_STUBS) && !defined(USE_TCL_STUB_PROCS)