Avoid recursive gzgetc() macro call.
Recursive macro calls are normally caught by the preprocessor and avoided. This commit avoids the possibility of a problem entirely.
Showing
想要评论请 注册 或 登录
Recursive macro calls are normally caught by the preprocessor and avoided. This commit avoids the possibility of a problem entirely.