Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tyfkda committed Feb 5, 2024
1 parent 237de8e commit 3062e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wcc/wcc.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ enum OutType {
extern const char SP_NAME[];

extern bool verbose;
enum OutType out_type;
extern enum OutType out_type;
extern Table func_info_table;
extern Table gvar_info_table;
extern Table indirect_function_table;
Expand Down

0 comments on commit 3062e7a

Please sign in to comment.