Move local variable declaration closer to its use.
[cparser] / Makefile
index f7f50ca..8a75c20 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,7 @@ SOURCES := \
        format_check.c \
        lexer.c \
        main.c \
+       mangle.c \
        walk_statements.c \
        symbol_table.c \
        token.c \