diff options
Diffstat (limited to 'generic/tclIntPlatDecls.h')
-rw-r--r-- | generic/tclIntPlatDecls.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/generic/tclIntPlatDecls.h b/generic/tclIntPlatDecls.h index 38563b1..7b8ab8e 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.32 2007/12/13 15:23:18 dgp Exp $ + * RCS: @(#) $Id: tclIntPlatDecls.h,v 1.33 2008/04/01 16:23:41 dgp Exp $ */ #ifndef _TCLINTPLATDECLS @@ -446,6 +446,8 @@ typedef struct TclIntPlatStubs { #endif /* MACOSX */ } TclIntPlatStubs; +#if defined(USE_TCL_STUBS) && !defined(USE_TCL_STUB_PROCS) + #ifdef __cplusplus extern "C" { #endif @@ -454,6 +456,8 @@ extern TclIntPlatStubs *tclIntPlatStubsPtr; } #endif +#endif /* defined(USE_TCL_STUBS) && !defined(USE_TCL_STUB_PROCS) */ + #if defined(USE_TCL_STUBS) && !defined(USE_TCL_STUB_PROCS) /* |