diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-12 21:16:07 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-12 21:16:07 +0000 |
commit | e4f7e3109e1caf310f3afd10c9dd75348606c108 (patch) | |
tree | c397eb0d5e12a5924751d30e4ed2de73d59f88f7 /lib/Support/Windows/Program.inc | |
parent | 42f756f39e835aab0476f35c410b7e18fa8b670e (diff) | |
download | external_llvm-e4f7e3109e1caf310f3afd10c9dd75348606c108.zip external_llvm-e4f7e3109e1caf310f3afd10c9dd75348606c108.tar.gz external_llvm-e4f7e3109e1caf310f3afd10c9dd75348606c108.tar.bz2 |
s/Void/void.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183866 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/Windows/Program.inc')
-rw-r--r-- | lib/Support/Windows/Program.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/Windows/Program.inc b/lib/Support/Windows/Program.inc index 7ca194c..cdc3373 100644 --- a/lib/Support/Windows/Program.inc +++ b/lib/Support/Windows/Program.inc @@ -170,7 +170,7 @@ static unsigned int ArgLenWithQuotes(const char *Str) { } -static bool Execute(Void *&Data, +static bool Execute(void *&Data, const Path& path, const char** args, const char** envp, |