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