提交 695a04fc 编写于 作者: R Rich Felker

fix redundant _Noreturn def in err.h

not sure why this was missed in the earlier commit.
上级 455f9685
#ifndef _ERR_H
#define _ERR_H
#if __STDC_VERSION__ >= 201112L
#elif defined(__GNUC__)
#define _Noreturn __attribute__((__noreturn__))
#else
#define _Noreturn
#endif
#include <features.h>
#include <stdarg.h>
#ifdef __cplusplus
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册