summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.decls
diff options
context:
space:
mode:
authornijtmans <nijtmans>2008-12-05 15:51:31 (GMT)
committernijtmans <nijtmans>2008-12-05 15:51:31 (GMT)
commit4b5e75e42f19e54ec6acb81fcc9ac036f5f9eab2 (patch)
tree485fbbfd2ae880eb037fd8f7fe400a490cfe5174 /generic/tkInt.decls
parentf6cf2b9418bcce56c89cf0efd5898654fb97a883 (diff)
downloadtk-4b5e75e42f19e54ec6acb81fcc9ac036f5f9eab2.zip
tk-4b5e75e42f19e54ec6acb81fcc9ac036f5f9eab2.tar.gz
tk-4b5e75e42f19e54ec6acb81fcc9ac036f5f9eab2.tar.bz2
undid previous 'fix': 'const' is only useful for pointers, not for
opaque types. Therefore it should not have slipped in here.
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r--generic/tkInt.decls4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls
index 0edfde5..776e38a 100644
--- a/generic/tkInt.decls
+++ b/generic/tkInt.decls
@@ -10,7 +10,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: tkInt.decls,v 1.50 2008/12/04 21:33:25 nijtmans Exp $
+# RCS: @(#) $Id: tkInt.decls,v 1.51 2008/12/05 15:51:31 nijtmans Exp $
library tk
@@ -535,7 +535,7 @@ declare 161 generic {
struct TkTextIndex *dstPtr)
}
declare 162 generic {
- struct TkTextIndex *TkTextMakeByteIndex(const TkTextBTree tree,
+ struct TkTextIndex *TkTextMakeByteIndex(TkTextBTree tree,
const struct TkText *textPtr, int lineIndex,
int byteIndex, struct TkTextIndex *indexPtr)
}