mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-06-02 17:41:10 +00:00
fix a bunch of bugs with single-cpp processing when not keeping temps
This commit is contained in:
parent
598b16b78d
commit
1925bef0c1
3 changed files with 22 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue