fix a bunch of bugs with single-cpp processing when not keeping temps

This commit is contained in:
Bill Currie 2006-08-20 06:20:30 +00:00 committed by Jeff Teunissen
parent 598b16b78d
commit 1925bef0c1
3 changed files with 22 additions and 12 deletions

View file

@ -37,7 +37,7 @@ struct dstring_s;
void parse_cpp_name (void);
void add_cpp_def (const char *arg);
void intermediate_file (struct dstring_s *ifile, const char *filename,
const char *ext);
const char *ext, int local);
FILE * preprocess_file (const char *filename, const char *ext);
extern const char *cpp_name;
extern struct dstring_s *tempname;