Skip to content
Snippets Groups Projects
Commit 4ee14ea9 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed bug.

Rev: lib/modules/LR.pmod/kernel.pike:1.7
parent 7eca0b6c
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id: kernel.pike,v 1.6 1998/11/13 20:22:32 grubba Exp $ * $Id: kernel.pike,v 1.7 1998/11/13 21:05:35 grubba Exp $
* *
* Implements a LR(1) state; * Implements a LR(1) state;
* *
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
//. //.
//. File: kernel.pike //. File: kernel.pike
//. RCSID: $Id: kernel.pike,v 1.6 1998/11/13 20:22:32 grubba Exp $ //. RCSID: $Id: kernel.pike,v 1.7 1998/11/13 21:05:35 grubba Exp $
//. Author: Henrik Grubbström //. Author: Henrik Grubbström
//. //.
//. Synopsis: Implements an LR(1) state. //. Synopsis: Implements an LR(1) state.
...@@ -61,6 +61,5 @@ void add_item(object(item) i) ...@@ -61,6 +61,5 @@ void add_item(object(item) i)
symbol_items[symbol] = (< i >); symbol_items[symbol] = (< i >);
} }
} }
kernel_hash = 0;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment