summaryrefslogtreecommitdiffstats
path: root/unix/dltest/pkgc.c
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-12-31 16:35:26 (GMT)
committernijtmans <nijtmans>2010-12-31 16:35:26 (GMT)
commit215a16aed69a2abee8364a4d0c03b6dac32db38b (patch)
tree04bdc91799250c1e203c459b0e9e5cd1c2a587ea /unix/dltest/pkgc.c
parent7129dfc9f8d5bb9923d2ed04f3462a462ff71b08 (diff)
downloadtcl-215a16aed69a2abee8364a4d0c03b6dac32db38b.zip
tcl-215a16aed69a2abee8364a4d0c03b6dac32db38b.tar.gz
tcl-215a16aed69a2abee8364a4d0c03b6dac32db38b.tar.bz2
Fix [Bug 3148192]: [load] broken. Assure that those files are never compiled with -DSTATIC_BUILD
Diffstat (limited to 'unix/dltest/pkgc.c')
-rw-r--r--unix/dltest/pkgc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/dltest/pkgc.c b/unix/dltest/pkgc.c
index 3e4c4e6..334644c 100644
--- a/unix/dltest/pkgc.c
+++ b/unix/dltest/pkgc.c
@@ -10,9 +10,10 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: pkgc.c,v 1.13 2010/03/28 03:17:50 dgp Exp $
+ * RCS: @(#) $Id: pkgc.c,v 1.14 2010/12/31 16:35:26 nijtmans Exp $
*/
+#undef STATIC_BUILD
#include "tcl.h"
/*