diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-11-14 10:25:33 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-11-14 10:25:33 (GMT) |
commit | 2f86234cbc7748ccb2028dffe113d2acfad28c28 (patch) | |
tree | 5a4e684400f8ce16e1a1b639e9133e5f293a6a25 /generic/tclPlatDecls.h | |
parent | 37fbc7330c9e687eac6bc39a0bce202bb4bf83d5 (diff) | |
parent | dffcad90e2d661e520f735c824ddff5f1d630ddd (diff) | |
download | tcl-2f86234cbc7748ccb2028dffe113d2acfad28c28.zip tcl-2f86234cbc7748ccb2028dffe113d2acfad28c28.tar.gz tcl-2f86234cbc7748ccb2028dffe113d2acfad28c28.tar.bz2 |
merge trunk
Diffstat (limited to 'generic/tclPlatDecls.h')
-rw-r--r-- | generic/tclPlatDecls.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/generic/tclPlatDecls.h b/generic/tclPlatDecls.h index e9b92fe..681854d 100644 --- a/generic/tclPlatDecls.h +++ b/generic/tclPlatDecls.h @@ -42,6 +42,10 @@ /* !BEGIN!: Do not edit below this line. */ +#ifdef __cplusplus +extern "C" { +#endif + /* * Exported function declarations: */ @@ -81,10 +85,8 @@ typedef struct TclPlatStubs { #endif /* MACOSX */ } TclPlatStubs; -#ifdef __cplusplus -extern "C" { -#endif extern const TclPlatStubs *tclPlatStubsPtr; + #ifdef __cplusplus } #endif |