diff options
author | das <das> | 2008-04-08 14:54:52 (GMT) |
---|---|---|
committer | das <das> | 2008-04-08 14:54:52 (GMT) |
commit | a56109238f30be1857ca8cd42e6b8cc2595bdf34 (patch) | |
tree | e30dfb8e37df45226dfc45f71c487d8d585594c1 /generic/tclTomMathDecls.h | |
parent | 6c606823f1b0924392dfd55c455beb08be96094a (diff) | |
download | tcl-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/tclTomMathDecls.h')
-rw-r--r-- | generic/tclTomMathDecls.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclTomMathDecls.h b/generic/tclTomMathDecls.h index 094b1e5..13b1936 100644 --- a/generic/tclTomMathDecls.h +++ b/generic/tclTomMathDecls.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. * - * RCS: @(#) $Id: tclTomMathDecls.h,v 1.4 2008/04/02 21:30:04 das Exp $ + * RCS: @(#) $Id: tclTomMathDecls.h,v 1.5 2008/04/08 14:54:53 das Exp $ */ #ifndef _TCLTOMMATHDECLS @@ -521,7 +521,7 @@ typedef struct TclTomMathStubs { } TclTomMathStubs; #if defined(USE_TCL_STUBS) && !defined(USE_TCL_STUB_PROCS) -EXTERN CONST TclTomMathStubs *tclTomMathStubsPtr; +extern CONST TclTomMathStubs *tclTomMathStubsPtr; #endif /* defined(USE_TCL_STUBS) && !defined(USE_TCL_STUB_PROCS) */ #if defined(USE_TCL_STUBS) && !defined(USE_TCL_STUB_PROCS) |