summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.decls
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-09-28 10:42:05 (GMT)
committernijtmans <nijtmans>2010-09-28 10:42:05 (GMT)
commit9890fd478c478c32b807fbfb8623b32dab09f78a (patch)
tree59a466ed3e1b14b78e446aa8bfabec2143bddf4d /generic/tkInt.decls
parenta73743e84cd1b85edd6c2aad2e842963297f2753 (diff)
downloadtk-9890fd478c478c32b807fbfb8623b32dab09f78a.zip
tk-9890fd478c478c32b807fbfb8623b32dab09f78a.tar.gz
tk-9890fd478c478c32b807fbfb8623b32dab09f78a.tar.bz2
Add explicit scspec "EXTERN", as in Tcl
Don't let Tk_MainEx macro disturb compilation
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r--generic/tkInt.decls3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls
index 7f7d34e..e545da7 100644
--- a/generic/tkInt.decls
+++ b/generic/tkInt.decls
@@ -10,7 +10,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: tkInt.decls,v 1.64 2010/09/20 21:18:22 nijtmans Exp $
+# RCS: @(#) $Id: tkInt.decls,v 1.65 2010/09/28 10:42:05 nijtmans Exp $
library tk
@@ -19,6 +19,7 @@ library tk
# Define the unsupported generic interfaces.
interface tkInt
+scspec EXTERN
# Declare each of the functions in the unsupported internal Tcl interface.
# These interfaces are allowed to changed between versions. Use at your own