Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 324aa79

Browse files
committed
Add declaration of struct _node, for scoping reasons.
1 parent 50429a1 commit 324aa79

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Parser/pgen.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2727
extern grammar gram;
2828

2929
extern grammar *meta_grammar PROTO((void));
30+
31+
struct _node;
3032
extern grammar *pgen PROTO((struct _node *));

0 commit comments

Comments
 (0)