so’s clang…
This commit is contained in:
8
sh.h
8
sh.h
@ -157,7 +157,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef EXTERN
|
#ifdef EXTERN
|
||||||
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.606 2012/11/30 19:51:25 tg Exp $");
|
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.607 2012/11/30 19:57:35 tg Exp $");
|
||||||
#endif
|
#endif
|
||||||
#define MKSH_VERSION "R41 2012/11/30"
|
#define MKSH_VERSION "R41 2012/11/30"
|
||||||
|
|
||||||
@ -1829,9 +1829,9 @@ void warningf(bool, const char *, ...)
|
|||||||
MKSH_A_FORMAT(__printf__, 2, 3);
|
MKSH_A_FORMAT(__printf__, 2, 3);
|
||||||
void bi_errorf(const char *, ...)
|
void bi_errorf(const char *, ...)
|
||||||
MKSH_A_FORMAT(__printf__, 1, 2);
|
MKSH_A_FORMAT(__printf__, 1, 2);
|
||||||
#define errorfz() errorf(null)
|
#define errorfz() errorf("")
|
||||||
#define errorfxz(rc) errorfx((rc), null)
|
#define errorfxz(rc) errorfx((rc), "")
|
||||||
#define bi_errorfz() bi_errorf(null)
|
#define bi_errorfz() bi_errorf("")
|
||||||
void internal_errorf(const char *, ...)
|
void internal_errorf(const char *, ...)
|
||||||
MKSH_A_NORETURN
|
MKSH_A_NORETURN
|
||||||
MKSH_A_FORMAT(__printf__, 1, 2);
|
MKSH_A_FORMAT(__printf__, 1, 2);
|
||||||
|
Reference in New Issue
Block a user