mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-04 17:58:22 +00:00
Patch to make VS happier, thanks to Morten Ofstad for pointing this out.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16956 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fbb719c7f0
commit
4523709d8e
@ -147,7 +147,7 @@ static void HandleInclude(const char *Buffer) {
|
||||
/// files. Switch back to an includer if an includee has run out of input.
|
||||
///
|
||||
extern "C"
|
||||
int yywrap() {
|
||||
int yywrap(void) {
|
||||
if (IncludeStack.back().File != stdin)
|
||||
fclose(IncludeStack.back().File);
|
||||
IncludeStack.pop_back();
|
||||
|
Loading…
Reference in New Issue
Block a user