summaryrefslogtreecommitdiffstats
path: root/generic/tk.decls
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2002-01-31 04:42:00 (GMT)
committerdgp@users.sourceforge.net <dgp>2002-01-31 04:42:00 (GMT)
commit0963f1d84a6f650e428a1963d2ee53dc7a7465f7 (patch)
tree691de834d4e19854148eed8466a875a120ea16a9 /generic/tk.decls
parent014878d05bb39c75ba038159a2d930f1cf91d607 (diff)
downloadtk-0963f1d84a6f650e428a1963d2ee53dc7a7465f7.zip
tk-0963f1d84a6f650e428a1963d2ee53dc7a7465f7.tar.gz
tk-0963f1d84a6f650e428a1963d2ee53dc7a7465f7.tar.bz2
* The POTENTIAL INCOMPATIBILITY in the changing
interface of Tk_ParseArgv can now be removed by the -DUSE_NON_CONST compiler flag.
Diffstat (limited to 'generic/tk.decls')
-rw-r--r--generic/tk.decls4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tk.decls b/generic/tk.decls
index 1b7132d..e607105 100644
--- a/generic/tk.decls
+++ b/generic/tk.decls
@@ -11,7 +11,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: tk.decls,v 1.16 2002/01/25 21:09:36 dgp Exp $
+# RCS: @(#) $Id: tk.decls,v 1.17 2002/01/31 04:42:00 dgp Exp $
library tk
@@ -703,7 +703,7 @@ declare 142 generic {
declare 143 generic {
int Tk_ParseArgv (Tcl_Interp *interp, \
- Tk_Window tkwin, int *argcPtr, CONST char **argv, \
+ Tk_Window tkwin, int *argcPtr, CONST84 char **argv, \
Tk_ArgvInfo *argTable, int flags)
}