Searched defs:gmt_M_err_trap (Results 1 – 1 of 1) sorted by relevance
304 #define gmt_M_err_trap(func_call) if ((err = (func_call)) != GMT_NOERROR) {GMT_Report(GMT->parent,G… macro306 #define gmt_M_err_trap(func_call) if ((err = (func_call)) != GMT_NOERROR) return(err) macro