Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lefessan committed Oct 24, 2024
1 parent aa5d4f3 commit ac222bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cobc/tree.h
Original file line number Diff line number Diff line change
Expand Up @@ -2609,7 +2609,7 @@ extern cb_tree cb_build_xml_parse (cb_tree, cb_tree,
extern void cb_emit_json_generate (cb_tree, cb_tree, cb_tree,
cb_tree, cb_tree);

extern void cb_dump_tree_to_file (struct cb_program *prog,
extern void cb_dump_ast_to_file (struct cb_program *prog,
const char *filename,
const char *flags);

Expand Down

0 comments on commit ac222bd

Please sign in to comment.