artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d028824
)
remove unused variable
author
chl
<chl@openbsd.org>
Sat, 17 May 2014 15:19:17 +0000
(15:19 +0000)
committer
chl
<chl@openbsd.org>
Sat, 17 May 2014 15:19:17 +0000
(15:19 +0000)
ok tedu@
usr.bin/yacc/lalr.c
patch
|
blob
|
history
diff --git
a/usr.bin/yacc/lalr.c
b/usr.bin/yacc/lalr.c
index
201fbcc
..
909ef13
100644
(file)
--- a/
usr.bin/yacc/lalr.c
+++ b/
usr.bin/yacc/lalr.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: lalr.c,v 1.1
6 2014/03/13 01:18:22 tedu Exp $
*/
+/* $OpenBSD: lalr.c,v 1.1
7 2014/05/17 15:19:17 chl Exp $
*/
/* $NetBSD: lalr.c,v 1.4 1996/03/19 03:21:33 jtc Exp $ */
/*
@@
-204,7
+204,7
@@
void
set_goto_map(void)
{
shifts *sp;
- int i,
j,
k, symbol;
+ int i, k, symbol;
int state1, state2;
short *temp_map;