2004-01-12 Marc Espie <espie@openbsd.org>
* system.h: handle YYBYACC like YYBISON.
From-SVN: r75765
+2004-01-12 Marc Espie <espie@openbsd.org>
+
+ * system.h: handle YYBYACC like YYBISON.
+
2004-01-12 Matthias Klose <doko@debian.org>
Backport from mainline
#undef strdup
#pragma GCC poison calloc strdup
-#if defined(FLEX_SCANNER) || defined (YYBISON)
+#if defined(FLEX_SCANNER) || defined (YYBISON) || defined(YYBYACC)
/* Flex and bison use malloc and realloc. Yuk. */
#define malloc xmalloc
#define realloc xrealloc