blob: 91e85b72d9b61c4eab298b1f243fb01008560b1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$NetBSD: patch-ac,v 1.2 2005/06/19 20:44:06 minskim Exp $
--- lr0.c.orig 2000-11-01 08:03:49.000000000 -0600
+++ lr0.c
@@ -1,5 +1,4 @@
#include <stdio.h>
-#include <malloc.h>
#include "defs.h"
@@ -12,9 +11,6 @@ core *first_state;
shifts *first_shift;
reductions *first_reduction;
-int get_state();
-core *new_state();
-
static core **state_set;
static core *this_state;
static core *last_state;
|