summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-11-13 21:31:30 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-11-13 21:31:30 (GMT)
commit06dc80fde654e478553747af4f33cbd4cea98963 (patch)
tree6499eb1139af982ffd95028d0a2f9d5bb5be2fa0 /unix
parentda497b3ea21fd3b99d5faf61c21f73e4f2e8faaf (diff)
parent79f0dd04b938d8af8c2a5dd20c50b5f2f9d7e334 (diff)
downloadtcl-06dc80fde654e478553747af4f33cbd4cea98963.zip
tcl-06dc80fde654e478553747af4f33cbd4cea98963.tar.gz
tcl-06dc80fde654e478553747af4f33cbd4cea98963.tar.bz2
merge trunk
Diffstat (limited to 'unix')
-rw-r--r--unix/tclLoadNext.c4
-rw-r--r--unix/tclooConfig.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/unix/tclLoadNext.c b/unix/tclLoadNext.c
index f5911f8..eb0affa 100644
--- a/unix/tclLoadNext.c
+++ b/unix/tclLoadNext.c
@@ -134,8 +134,8 @@ FindSymbol(
const char *symbol)
{
Tcl_PackageInitProc *proc = NULL;
-
- if (symbol) {
+
+ if (symbol) {
char sym[strlen(symbol) + 2];
sym[0] = '_';
diff --git a/unix/tclooConfig.sh b/unix/tclooConfig.sh
index d2be8dd..721825b 100644
--- a/unix/tclooConfig.sh
+++ b/unix/tclooConfig.sh
@@ -15,5 +15,5 @@ TCLOO_LIB_SPEC=""
TCLOO_STUB_LIB_SPEC=""
TCLOO_INCLUDE_SPEC=""
TCLOO_PRIVATE_INCLUDE_SPEC=""
-TCLOO_CFLAGS=-DUSE_TCLOO_STUBS
+TCLOO_CFLAGS=""
TCLOO_VERSION=1.0