summaryrefslogtreecommitdiffstats
path: root/generic/tkSquare.c
diff options
context:
space:
mode:
authornijtmans <nijtmans>2009-11-19 23:45:08 (GMT)
committernijtmans <nijtmans>2009-11-19 23:45:08 (GMT)
commit930fbd756216e095a887d89e631cc699a97406bf (patch)
treeae364155226308454d7c9368c5364a9f4ac440a5 /generic/tkSquare.c
parentb36e07917dbad9ecfad09b3941e0aabbdc9f3747 (diff)
downloadtk-930fbd756216e095a887d89e631cc699a97406bf.zip
tk-930fbd756216e095a887d89e631cc699a97406bf.tar.gz
tk-930fbd756216e095a887d89e631cc699a97406bf.tar.bz2
Compile tkTest.c and friends with Stubs
Diffstat (limited to 'generic/tkSquare.c')
-rw-r--r--generic/tkSquare.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/generic/tkSquare.c b/generic/tkSquare.c
index 50292d1..5446413 100644
--- a/generic/tkSquare.c
+++ b/generic/tkSquare.c
@@ -12,12 +12,18 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkSquare.c,v 1.13 2008/10/17 23:18:37 nijtmans Exp $
+ * RCS: @(#) $Id: tkSquare.c,v 1.14 2009/11/19 23:45:08 nijtmans Exp $
*/
#if 0
#define __NO_OLD_CONFIG
#endif
+#ifndef USE_TCL_STUBS
+# define USE_TCL_STUBS
+#endif
+#ifndef USE_TK_STUBS
+# define USE_TK_STUBS
+#endif
#include "tkInt.h"
/*