forked from OSchip/llvm-project
Patch to make VS happier, thanks to Morten Ofstad for pointing this out.
llvm-svn: 16956
This commit is contained in:
parent
6017d47064
commit
ac1a547a38
|
@ -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