diff options
author | nijtmans <nijtmans> | 2010-12-31 16:35:26 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-12-31 16:35:26 (GMT) |
commit | 841cf21cd27b778487c1996e20f5dffff6052acd (patch) | |
tree | 04bdc91799250c1e203c459b0e9e5cd1c2a587ea /unix/dltest/pkge.c | |
parent | ef058dce40109ef6ead33a01b03382c34ba5cf02 (diff) | |
download | tcl-841cf21cd27b778487c1996e20f5dffff6052acd.zip tcl-841cf21cd27b778487c1996e20f5dffff6052acd.tar.gz tcl-841cf21cd27b778487c1996e20f5dffff6052acd.tar.bz2 |
Fix [Bug 3148192]: [load] broken. Assure that those files are never compiled with -DSTATIC_BUILD
Diffstat (limited to 'unix/dltest/pkge.c')
-rw-r--r-- | unix/dltest/pkge.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/dltest/pkge.c b/unix/dltest/pkge.c index bd0d838..066b485 100644 --- a/unix/dltest/pkge.c +++ b/unix/dltest/pkge.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: pkge.c,v 1.14 2010/03/28 03:17:50 dgp Exp $ + * RCS: @(#) $Id: pkge.c,v 1.15 2010/12/31 16:35:26 nijtmans Exp $ */ +#undef STATIC_BUILD #include "tcl.h" /* |