diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-11-04 10:26:36 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-11-04 10:26:36 (GMT) |
commit | d99627e7be69b7a881a5d57aab6f17b27b19d244 (patch) | |
tree | d52f318fc7b2a8a7637ee731b50cf8138730845a /generic/tclIntDecls.h | |
parent | e753fb2da29826ca00b11b3570a487418c353b6f (diff) | |
parent | a32fae2595e52296e08d1240fcf93f2161074f62 (diff) | |
download | tcl-d99627e7be69b7a881a5d57aab6f17b27b19d244.zip tcl-d99627e7be69b7a881a5d57aab6f17b27b19d244.tar.gz tcl-d99627e7be69b7a881a5d57aab6f17b27b19d244.tar.bz2 |
merge trunk
Diffstat (limited to 'generic/tclIntDecls.h')
-rwxr-xr-x[-rw-r--r--] | generic/tclIntDecls.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/generic/tclIntDecls.h b/generic/tclIntDecls.h index fce4dbb..286f318 100644..100755 --- a/generic/tclIntDecls.h +++ b/generic/tclIntDecls.h @@ -25,6 +25,10 @@ /* !BEGIN!: Do not edit below this line. */ +#ifdef __cplusplus +extern "C" { +#endif + /* * Exported function declarations: */ @@ -800,10 +804,8 @@ typedef struct TclIntStubs { void (*tclSetSlaveCancelFlags) (Tcl_Interp *interp, int flags, int force); /* 250 */ } TclIntStubs; -#ifdef __cplusplus -extern "C" { -#endif extern const TclIntStubs *tclIntStubsPtr; + #ifdef __cplusplus } #endif |