aboutsummaryrefslogtreecommitdiff
path: root/jim-array.c
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2010-11-09 07:28:47 +1000
committerSteve Bennett <steveb@workware.net.au>2010-11-09 07:28:47 +1000
commit5a9c9cdc1a0add1d0e6e63e64d5d7d7febc6d749 (patch)
tree72f625d13c553a613283bd58a3325e009f399c35 /jim-array.c
parentb7a3951c0046491a62399fc51fe809e24e5eb8b7 (diff)
downloadjimtcl-5a9c9cdc1a0add1d0e6e63e64d5d7d7febc6d749.zip
jimtcl-5a9c9cdc1a0add1d0e6e63e64d5d7d7febc6d749.tar.gz
jimtcl-5a9c9cdc1a0add1d0e6e63e64d5d7d7febc6d749.tar.bz2
Allow jim to be used as an autoconf subdir
Ensure that no public headers include the autoconf header, jimautoconf.h, as it leads to problems with redefined symbols. Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'jim-array.c')
-rw-r--r--jim-array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/jim-array.c b/jim-array.c
index 2d0d081..c9efe6b 100644
--- a/jim-array.c
+++ b/jim-array.c
@@ -1,6 +1,6 @@
/*
- * Implements the file command for jim
+ * Implements the array command for jim
*
* (c) 2008 Steve Bennett <steveb@workware.net.au>
*