diff options
author | dgp <dgp@users.sourceforge.net> | 2002-01-31 04:42:00 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-01-31 04:42:00 (GMT) |
commit | 9ba6d7b21fed9e61a8e0bf74932aea176849a7f7 (patch) | |
tree | 691de834d4e19854148eed8466a875a120ea16a9 /generic/tk.decls | |
parent | 5310e9653a49ae3827c4149151c21fc9c5ce1c07 (diff) | |
download | tk-9ba6d7b21fed9e61a8e0bf74932aea176849a7f7.zip tk-9ba6d7b21fed9e61a8e0bf74932aea176849a7f7.tar.gz tk-9ba6d7b21fed9e61a8e0bf74932aea176849a7f7.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.decls | 4 |
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) } |