summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
diff options
context:
space:
mode:
authornijtmans <nijtmans>2008-12-18 06:40:02 (GMT)
committernijtmans <nijtmans>2008-12-18 06:40:02 (GMT)
commit97e32cf4f7b1f10c946538135b1b34e5bcbf672b (patch)
tree61208a6795765a6e20abd947f70e17891696d7ee /generic/tclInt.decls
parentc910444de34c20cbd42f3e8dd2dfbcebf4dfb9eb (diff)
downloadtcl-97e32cf4f7b1f10c946538135b1b34e5bcbf672b.zip
tcl-97e32cf4f7b1f10c946538135b1b34e5bcbf672b.tar.gz
tcl-97e32cf4f7b1f10c946538135b1b34e5bcbf672b.tar.bz2
VOID -> void
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r--generic/tclInt.decls4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls
index c6ab207..b413a4a 100644
--- a/generic/tclInt.decls
+++ b/generic/tclInt.decls
@@ -13,7 +13,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: tclInt.decls,v 1.133 2008/12/17 17:54:01 dgp Exp $
+# RCS: @(#) $Id: tclInt.decls,v 1.134 2008/12/18 06:40:02 nijtmans Exp $
library tcl
@@ -579,7 +579,7 @@ declare 145 generic {
CONST86 struct AuxDataType *TclGetAuxDataType(const char *typeName)
}
declare 146 generic {
- TclHandle TclHandleCreate(VOID *ptr)
+ TclHandle TclHandleCreate(void *ptr)
}
declare 147 generic {
void TclHandleFree(TclHandle handle)