Skip to content

Commit

Permalink
Removed deprecated bison debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Fubukimaru committed Jan 10, 2021
1 parent d42508c commit 418317e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/dura.y
Original file line number Diff line number Diff line change
Expand Up @@ -4362,18 +4362,6 @@ int is_defined_symbol(char *name)
}


#if YYDEBUG == 1
#define YYPRINT(file, type, value) yyprint (file, type, value)
static void
yyprint (file, type, value)
FILE *file;
int type;
YYSTYPE value;
{
fprintf (file, " %u %s", type, value);
}
#endif

int main(int argc, char *argv[]) {
FILE *f;
size_t t;
Expand Down

0 comments on commit 418317e

Please sign in to comment.