Commit 76f6155e 76f6155e6cb989db3d863962f4f4964564ebda57 by Sergey Poznyakoff

Remove vestiges of __P(). Define _GNU_SOURCE, if not alrerady defined.

1 parent 465c1ca6
......@@ -17,14 +17,9 @@
#ifndef MUASPRINTF_H
#define MUASPRINTF_H
#ifndef __P
# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
# define args args
# else
# define args) (
# endif
#endif /*__P */
#ifndef _GNU_SOURCE
# define _GNU_SOURCE
#endif
#include <stdarg.h>
#include <stdio.h>
......