summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
59dd70c)
Work around "tclxmerr.c:40:30: error: dereferencing pointer to incomplete type
'struct exception'"
*
*-----------------------------------------------------------------------------
*/
*
*-----------------------------------------------------------------------------
*/
-int
-matherr (except)
- struct exception *except;
-{
- if (Tcl_MathError (except->name, except->type))
- return 1;
- else
- return 0;
-}