diff options
author | nijtmans <nijtmans> | 2009-10-21 20:28:52 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2009-10-21 20:28:52 (GMT) |
commit | 193aa9db6184f16536df9a3e3719257101cfc0b3 (patch) | |
tree | 027a8fb151a94afdd343abe0917d74e137501d56 /unix/tkAppInit.c | |
parent | f1cb9a56a654ed9af7159062efa4216d1b816e14 (diff) | |
download | tk-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.c | 5 |
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" |