2008/7/23 David Adam david.adam.cnrs@gmail.com:
+#include <stdio.h> +#include <stdlib.h> +#include <stdarg.h> +#include <assert.h>
+#define NONAMELESSUNION
...
+#include <assert.h>
I don't think you need those. (I should've noticed this in the first patch, sorry for that.)