1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Patch to make VS happier, thanks to Morten Ofstad for pointing this out.

llvm-svn: 16956
This commit is contained in:
Chris Lattner 2004-10-13 15:25:46 +00:00
parent ae45589b0f
commit 8dd656b17b

View File

@ -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();