parent
6844c212b6
commit
eb74dc624c
|
|
@ -546,11 +546,8 @@ libertyIncludeBegin(const char *filename)
|
||||||
liberty_filename = filename;
|
liberty_filename = filename;
|
||||||
liberty_line = 1;
|
liberty_line = 1;
|
||||||
}
|
}
|
||||||
else {
|
else
|
||||||
string file(filename);
|
libertyParseError("cannot open include file %s.", filename);
|
||||||
stringDelete(filename);
|
|
||||||
libertyParseError("cannot open include file %s.", file.c_str());
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue