c7f77d1028
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.
8 lines
202 B
Text
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"
|