Mercurial > ~dholland > hg > tradcpp > index.cgi
comparison main.c @ 17:76da41da923f
added macro table
author | David A. Holland |
---|---|
date | Mon, 20 Dec 2010 01:15:43 -0500 |
parents | f6177d3ed5c2 |
children | c08a947d8f30 |
comparison
equal
deleted
inserted
replaced
16:9dda765ee85c | 17:76da41da923f |
---|---|
870 commandline_files_init(); | 870 commandline_files_init(); |
871 | 871 |
872 place_init(); | 872 place_init(); |
873 files_init(); | 873 files_init(); |
874 directive_init(); | 874 directive_init(); |
875 macros_init(); | |
875 } | 876 } |
876 | 877 |
877 static | 878 static |
878 void | 879 void |
879 cleanup(void) | 880 cleanup(void) |
880 { | 881 { |
881 unsigned i, num; | 882 unsigned i, num; |
882 | 883 |
884 macros_cleanup(); | |
883 directive_cleanup(); | 885 directive_cleanup(); |
884 files_cleanup(); | 886 files_cleanup(); |
885 place_cleanup(); | 887 place_cleanup(); |
886 | 888 |
887 commandline_files_cleanup(); | 889 commandline_files_cleanup(); |