summaryrefslogtreecommitdiffstats
path: root/unix/tkAppInit.c
diff options
context:
space:
mode:
authornijtmans <nijtmans>2009-10-21 20:28:52 (GMT)
committernijtmans <nijtmans>2009-10-21 20:28:52 (GMT)
commit193aa9db6184f16536df9a3e3719257101cfc0b3 (patch)
tree027a8fb151a94afdd343abe0917d74e137501d56 /unix/tkAppInit.c
parentf1cb9a56a654ed9af7159062efa4216d1b816e14 (diff)
downloadtk-193aa9db6184f16536df9a3e3719257101cfc0b3.zip
tk-193aa9db6184f16536df9a3e3719257101cfc0b3.tar.gz
tk-193aa9db6184f16536df9a3e3719257101cfc0b3.tar.bz2
Bug fix for #2875562
Diffstat (limited to 'unix/tkAppInit.c')
-rw-r--r--unix/tkAppInit.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/unix/tkAppInit.c b/unix/tkAppInit.c
index 9ae77f1..8822340 100644
--- a/unix/tkAppInit.c
+++ b/unix/tkAppInit.c
@@ -10,9 +10,12 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkAppInit.c,v 1.9 2008/04/27 22:39:12 dkf Exp $
+ * RCS: @(#) $Id: tkAppInit.c,v 1.10 2009/10/21 20:28:54 nijtmans Exp $
*/
+/* Make sure this file is never compiled with Stubs! */
+#undef USE_TCL_STUBS
+#undef USE_TK_STUBS
#include "tk.h"
#include "locale.h"