summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoye <joye>2014-04-24 19:19:39 (GMT)
committerjoye <joye>2014-04-24 19:19:39 (GMT)
commita58f8b4f52dcd3e206b8564b54e205443c9b36aa (patch)
tree6e7a71bbec737d61fcbe4b0d95205808181107cd
parentb5129571be4fbb24d732be7c321e26d2a94bf150 (diff)
downloadblt-a58f8b4f52dcd3e206b8564b54e205443c9b36aa.zip
blt-a58f8b4f52dcd3e206b8564b54e205443c9b36aa.tar.gz
blt-a58f8b4f52dcd3e206b8564b54e205443c9b36aa.tar.bz2
*** empty log message ***
-rwxr-xr-xconfigure2
-rwxr-xr-xconfigure.in2
-rw-r--r--src/bltNsUtil.C2
3 files changed, 2 insertions, 4 deletions
diff --git a/configure b/configure
index 8e6b88c..8730123 100755
--- a/configure
+++ b/configure
@@ -5564,7 +5564,7 @@ done
bltGraphSup.C
bltInt.C
bltList.C
- bltNsUtil.C
+ bltNsUtil.c
bltParse.C
bltPs.C
bltOp.C
diff --git a/configure.in b/configure.in
index b05a1cb..308ebcd 100755
--- a/configure.in
+++ b/configure.in
@@ -109,7 +109,7 @@ TEA_ADD_SOURCES([
bltGraphSup.C
bltInt.C
bltList.C
- bltNsUtil.C
+ bltNsUtil.c
bltParse.C
bltPs.C
bltOp.C
diff --git a/src/bltNsUtil.C b/src/bltNsUtil.C
index 9478021..97f132d 100644
--- a/src/bltNsUtil.C
+++ b/src/bltNsUtil.C
@@ -27,11 +27,9 @@
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-extern "C" {
#include <tclPort.h>
#include <tclInt.h>
#include "bltNsUtil.h"
-};
Tcl_Namespace* Blt_GetCommandNamespace(Tcl_Command cmdToken)
{