diff options
Diffstat (limited to 'Perl')
-rw-r--r-- | Perl/Zinc.xs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Perl/Zinc.xs b/Perl/Zinc.xs index 323a53a..6a551ad 100644 --- a/Perl/Zinc.xs +++ b/Perl/Zinc.xs @@ -22,21 +22,21 @@ ZincObjCmd( ClientData client_data, Tcl_Interp* interp, int argc, - Tcl_Obj *args[]); + Tcl_Obj* CONST args[]); extern int ZnVideomapObjCmd( ClientData client_data, Tcl_Interp* interp, int argc, - Tcl_Obj *args[]); + Tcl_Obj* CONST args[]); extern int ZnMapInfoObjCmd( ClientData client_data, Tcl_Interp* interp, int argc, - Tcl_Obj *args[]); + Tcl_Obj* CONST args[]); DECLARE_VTABLES; TkimgphotoVtab *TkimgphotoVptr; |