[llvm] r183866 - s/Void/void.
Rafael Espindola
rafael.espindola at gmail.com
Wed Jun 12 14:16:07 PDT 2013
Author: rafael
Date: Wed Jun 12 16:16:07 2013
New Revision: 183866
URL: http://llvm.org/viewvc/llvm-project?rev=183866&view=rev
Log:
s/Void/void.
Modified:
llvm/trunk/lib/Support/Windows/Program.inc
Modified: llvm/trunk/lib/Support/Windows/Program.inc
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/Windows/Program.inc?rev=183866&r1=183865&r2=183866&view=diff
==============================================================================
--- llvm/trunk/lib/Support/Windows/Program.inc (original)
+++ llvm/trunk/lib/Support/Windows/Program.inc Wed Jun 12 16:16:07 2013
@@ -170,7 +170,7 @@ static unsigned int ArgLenWithQuotes(con
}
-static bool Execute(Void *&Data,
+static bool Execute(void *&Data,
const Path& path,
const char** args,
const char** envp,
More information about the llvm-commits
mailing list