pkgsrc/devel/lcc/patches/patch-ae
dmcmahill c7f77d1028 fix compilation on alpha. Also add missing header. While here, disable
on non-i386 because lcc appears to emit i386 assembly code even on my alpha.
There appears to be some amount of work involved with porting this to
non-i386.
2002-04-06 16:49:15 +00:00

8 lines
202 B
Text

$NetBSD: patch-ae,v 1.1 2002/04/06 16:49:16 dmcmahill Exp $
--- lburg/gram.y.orig Fri Nov 21 11:59:34 1997
+++ lburg/gram.y
@@ -2,2 +2,3 @@
#include <stdio.h>
+#include <stdlib.h>
#include "lburg.h"