Backout 1.54 (restore definition for printf0 to actually do something).
This commit is contained in:
parent
2cd0ea3f3a
commit
261ae522bc
@ -169,7 +169,7 @@
|
||||
#endif
|
||||
|
||||
/* Compiler-dependent macros that rely on FreeBSD-specific extensions. */
|
||||
#if 0 && __FreeBSD_cc_version >= 300001
|
||||
#if __FreeBSD_cc_version >= 300001
|
||||
#define __printf0like(fmtarg, firstvararg) \
|
||||
__attribute__((__format__ (__printf0__, fmtarg, firstvararg)))
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user