424f8e0a4e
byaccr is a parser generator for ruby based on 'Berkeley Yacc' and 'Berkeley Yacc for Java'.
14 lines
300 B
Text
14 lines
300 B
Text
$NetBSD: patch-ac,v 1.1.1.1 2001/07/01 14:39:15 taca Exp $
|
|
|
|
--- lr0.c.orig Thu Nov 2 01:29:07 2000
|
|
+++ lr0.c
|
|
@@ -12,9 +12,6 @@
|
|
shifts *first_shift;
|
|
reductions *first_reduction;
|
|
|
|
-int get_state();
|
|
-core *new_state();
|
|
-
|
|
static core **state_set;
|
|
static core *this_state;
|
|
static core *last_state;
|