Skip to content

Commit

Permalink
Merge pull request #133 from yui-knk/sync_yacc_c_h
Browse files Browse the repository at this point in the history
Sync yacc.c to yacc.h
  • Loading branch information
yui-knk authored Oct 17, 2023
2 parents 87208da + b8a0b08 commit 21e405a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/bison/yacc.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#ifndef YYDEBUG
# define YYDEBUG 0
#endif
#if YYDEBUG
#if YYDEBUG && !defined(yydebug)
extern int yydebug;
#endif
<%-# b4_percent_code_get([[requires]]). %code is not supported -%>
Expand Down

0 comments on commit 21e405a

Please sign in to comment.