Deleted Added
full compact
1c1
< /* $NetBSD: parse.c,v 1.184 2012/04/24 20:12:16 sjg Exp $ */
---
> /* $NetBSD: parse.c,v 1.185 2012/06/12 19:21:51 joerg Exp $ */
72c72
< static char rcsid[] = "$NetBSD: parse.c,v 1.184 2012/04/24 20:12:16 sjg Exp $";
---
> static char rcsid[] = "$NetBSD: parse.c,v 1.185 2012/06/12 19:21:51 joerg Exp $";
79c79
< __RCSID("$NetBSD: parse.c,v 1.184 2012/04/24 20:12:16 sjg Exp $");
---
> __RCSID("$NetBSD: parse.c,v 1.185 2012/06/12 19:21:51 joerg Exp $");
350c350
< __attribute__((__format__(__printf__, 4, 5)));
---
> MAKE_ATTR_PRINTFLIKE(4,5);
352c352
< __attribute__((__format__(__printf__, 5, 0)));
---
> MAKE_ATTR_PRINTFLIKE(5, 0);