Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | compiler warning |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | dgp-method-type |
Files: | files | file ages | folders |
SHA1: |
ed627972ff25f7c42cfe4dec04507a69 |
User & Date: | dgp 2015-10-22 14:45:18.981 |
Context
2015-10-22
| ||
15:48 | Revise cget method to direct C implementation. check-in: 0614e72ef9 user: dgp tags: dgp-method-type | |
14:45 | compiler warning check-in: ed627972ff user: dgp tags: dgp-method-type | |
14:44 | Test revised -- think it was expecting wrong [itcl::code] context, but callback is fully qualified so it doesn't appear to matter. Also removed things not longer needed. check-in: c1c300c05c user: dgp tags: dgp-method-type | |
Changes
Changes to generic/itkArchBase.c.
︙ | ︙ | |||
1619 1620 1621 1622 1623 1624 1625 | Tcl_Interp *interp, /* interpreter managing the class */ ItclObject *contextObj, /* itcl object being configured */ ClientData cdata, /* command prefix to use for configuration */ CONST char *newval) /* new value for this option */ { ItclVariable *ivPtr = (ItclVariable*)cdata; | < | 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 | Tcl_Interp *interp, /* interpreter managing the class */ ItclObject *contextObj, /* itcl object being configured */ ClientData cdata, /* command prefix to use for configuration */ CONST char *newval) /* new value for this option */ { ItclVariable *ivPtr = (ItclVariable*)cdata; int result = TCL_OK; CONST char *val; ItclMemberCode *mcode; /* * Update the public variable with the new option value. * There should already be a call frame installed for handling |
︙ | ︙ |