mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Defer closing of depend file
This commit is contained in:
@@ -302,7 +302,7 @@ static void writeFileStackNode(FileStackNode const &node, FILE *file) {
|
||||
}
|
||||
}
|
||||
|
||||
// Write an objectfile
|
||||
// Write an object file
|
||||
void out_WriteObject() {
|
||||
FILE *file;
|
||||
if (objectName != "-") {
|
||||
@@ -352,7 +352,7 @@ void out_WriteObject() {
|
||||
writeassert(assert, file);
|
||||
}
|
||||
|
||||
// Set the objectfilename
|
||||
// Set the object filename
|
||||
void out_SetFileName(std::string const &name) {
|
||||
if (!objectName.empty())
|
||||
warnx("Overriding output filename %s", objectName.c_str());
|
||||
|
||||
Reference in New Issue
Block a user