# HG changeset patch # User Rob Landley # Date 1209071102 18000 # Node ID 2365d90138f5f70941299cfdf0ab739094740df7 # Parent a283eb90c0f75c803aeb54c07c8f8ebb07b9f43d Bugfix from Sean Matthews. diff -r a283eb90c0f7 -r 2365d90138f5 tcc.c --- a/tcc.c Tue Apr 08 23:27:49 2008 -0500 +++ b/tcc.c Thu Apr 24 16:05:02 2008 -0500 @@ -93,7 +93,7 @@ static unsigned char isidnum_table[256]; /* compile with debug symbol (and use them if error during execution) */ -static int do_debug = 0; +extern int do_debug; /* display benchmark infos */ static int total_lines;