D | jerror.h | 31 #define JMESSAGE(code, string) argument 39 #define JMESSAGE(code, string) code, argument 230 #define ERREXIT(cinfo, code) \ argument 231 ((cinfo)->err->msg_code = (code), \ 233 #define ERREXIT1(cinfo, code, p1) \ argument 234 ((cinfo)->err->msg_code = (code), \ 237 #define ERREXIT2(cinfo, code, p1, p2) \ argument 238 ((cinfo)->err->msg_code = (code), \ 242 #define ERREXIT3(cinfo, code, p1, p2, p3) \ argument 243 ((cinfo)->err->msg_code = (code), \ [all …]
|