]> git.imager.perl.org - imager.git/blobdiff - immacros.h
[rt #69243] remove unnecessary warning comment from i_gsampf()
[imager.git] / immacros.h
index c7a13c8be8a88822058474129eb0a03f45fd81fd..0dbe5e5a6f6d87ee1cfa77344c2b406b98fcddd6 100644 (file)
@@ -155,6 +155,7 @@ returns -1 and pushes an error.
 #define i_clear_error() im_clear_error(aIMCTX)
 #define i_push_errorvf(code, fmt, args) im_push_errorvf(aIMCTX, code, fmt, args)
 #define i_push_error(code, msg) im_push_error(aIMCTX, code, msg)
+#define i_errors() im_errors(aIMCTX)
 
 #define io_new_fd(fd) im_io_new_fd(aIMCTX, (fd))
 #define io_new_bufchain() im_io_new_bufchain(aIMCTX)