summaryrefslogtreecommitdiffstats
path: root/generic/tclIntPlatDecls.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/tclIntPlatDecls.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/tclIntPlatDecls.h')
-rw-r--r--generic/tclIntPlatDecls.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclIntPlatDecls.h b/generic/tclIntPlatDecls.h
index 8985677..c419da9 100644
--- a/generic/tclIntPlatDecls.h
+++ b/generic/tclIntPlatDecls.h
@@ -9,7 +9,7 @@
* Copyright (c) 1998-1999 by Scriptics Corporation.
* All rights reserved.
*
- * RCS: @(#) $Id: tclIntPlatDecls.h,v 1.34 2008/04/02 21:30:04 das Exp $
+ * RCS: @(#) $Id: tclIntPlatDecls.h,v 1.35 2008/04/08 14:54:53 das Exp $
*/
#ifndef _TCLINTPLATDECLS
@@ -447,7 +447,7 @@ typedef struct TclIntPlatStubs {
} TclIntPlatStubs;
#if defined(USE_TCL_STUBS) && !defined(USE_TCL_STUB_PROCS)
-EXTERN CONST TclIntPlatStubs *tclIntPlatStubsPtr;
+extern CONST TclIntPlatStubs *tclIntPlatStubsPtr;
#endif /* defined(USE_TCL_STUBS) && !defined(USE_TCL_STUB_PROCS) */
#if defined(USE_TCL_STUBS) && !defined(USE_TCL_STUB_PROCS)