Skip to content
Snippets Groups Projects
Commit 88d954ef authored by Clemens Paumgarten's avatar Clemens Paumgarten
Browse files

renamed print_symbol to _symbol

parent 0bcf4722
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ add_executable(mcc
src/symbol_table_validate.c
include/mcc/symbol_table_print.h
src/symbol_table_print.c
app/mc_print_symbol_table.c
app/mc_symbol_table.c
app/mc_type_check_trace.c
src/utils/printer.c
include/mcc/printer.h
......
File moved
......@@ -50,7 +50,7 @@ mcc_lib = library('mcc', mcc_src,
# ---------------------------------------------------------------- Applications
mcc_apps = [ 'mcc', 'mc_ast_to_dot', 'mc_print_symbol_table', 'mc_type_check_trace' ]
mcc_apps = [ 'mcc', 'mc_ast_to_dot', 'mc_symbol_table', 'mc_type_check_trace' ]
foreach app : mcc_apps
executable(app, 'app/' + app + '.c',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment