projects
/
project
/
jsonpath.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7e77a3
)
parser: fix order of declarations
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 29 Dec 2013 21:31:35 +0000
(21:31 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 29 Dec 2013 21:34:56 +0000
(21:34 +0000)
parser.y
patch
|
blob
|
history
diff --git
a/parser.y
b/parser.y
index acca9e12425b2f78f5768b97b8a26a78c33fb024..f5e8966c4b330f0d74c14bd07f0529c8b0ecdc2a 100644
(file)
--- a/
parser.y
+++ b/
parser.y
@@
-41,7
+41,7
@@
void yyerror(struct jp_state *s, const char *msg);
%parse-param { struct jp_state *s }
%lex-param { struct jp_state *s }
-%code
provid
es {
+%code
requir
es {
#ifndef __PARSER_H_
#define __PARSER_H_