Mercurial > ~dholland > hg > tradcpp > index.cgi
comparison main.c @ 5:7c489c73d62b
Clear commandline_files after processing it.
author | David A. Holland |
---|---|
date | Sun, 19 Dec 2010 17:53:49 -0500 |
parents | ee9a66b87c70 |
children | 0601b6e8e53d |
comparison
equal
deleted
inserted
replaced
4:ee9a66b87c70 | 5:7c489c73d62b |
---|---|
235 files_read(NULL, cf->name); | 235 files_read(NULL, cf->name); |
236 mode.do_output = save; | 236 mode.do_output = save; |
237 } else { | 237 } else { |
238 files_read(NULL, cf->name); | 238 files_read(NULL, cf->name); |
239 } | 239 } |
240 } | 240 free(cf); |
241 } | |
242 array_setsize(&commandline_files, 0); | |
241 } | 243 } |
242 | 244 |
243 //////////////////////////////////////////////////////////// | 245 //////////////////////////////////////////////////////////// |
244 // include path accumulation | 246 // include path accumulation |
245 | 247 |