20 lines
409 B
Text
20 lines
409 B
Text
$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;
|