]>
Commit | Line | Data |
---|---|---|
416bd7a9 MA |
1 | -*- outline -*- |
2 | ||
3 | * src/reader.c | |
4 | ** Complete parse_skel_decl () with parse_dquoted_param (). | |
5 | ||
6 | * src/output.c | |
7 | ** Output sub-skeleton files. | |
c111e171 | 8 | ** Cleanup dirty CPP-out code. |
416bd7a9 | 9 | |
c111e171 MA |
10 | * src/getargs.c src/lex.c |
11 | ** Synchronize percent and command line options. | |
12 | ||
13 | * src/macrotab.[ch] | |
14 | ** Removing warnings when compiling. (gcc-warnings) | |
15 | ||
16 | * src/print_graph.c | |
17 | ** Find the best graph parameters. |