mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2026-05-07 02:00:19 +00:00
compilation work
SCCS-file: glibc-pre2.0.c SCCS-SID: 1.3
This commit is contained in:
committed by
Paul Eggert
parent
a92d9034f6
commit
ecadf14ac1
@@ -100,8 +100,7 @@ static unsigned int week __P ((const struct tm *const, int, int));
|
||||
#ifdef _LIBC
|
||||
#define fmt(n, args) add((n), if (sprintf args != (n)) return 0)
|
||||
#else
|
||||
#define fmt(n, args) add((n), sprintf args; if (strlen (p) != (n)) return
|
||||
0)
|
||||
#define fmt(n, args) add((n), sprintf args; if (strlen (p) != (n)) return 0)
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user