Backout 1.54 (restore definition for printf0 to actually do something).

This commit is contained in:
alfred 2002-05-24 19:16:08 +00:00
parent 2cd0ea3f3a
commit 261ae522bc

View File

@ -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