From: Simon Marlow Date: Wed, 18 Jun 2008 13:21:16 +0000 (+0000) Subject: define NeedVarargsPrototypes to avoid segfault on x86_64 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=d9a3a2f8a2280b9d8fab5e7c9219736d36534d7f define NeedVarargsPrototypes to avoid segfault on x86_64 --- diff --git a/utils/lndir/lndir.c b/utils/lndir/lndir.c index 22f1e30..bfce2b5 100644 --- a/utils/lndir/lndir.c +++ b/utils/lndir/lndir.c @@ -43,6 +43,8 @@ in this Software without prior written authorization from the X Consortium. % lndir ../X */ +#define NeedVarargsPrototypes 1 + #include "lndir-Xos.h" #include #include