From 1432ef864e363e91890bb1f9678f499f866dda0f Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 12 Aug 2009 22:10:57 +0000 Subject: This void is implicit in C++. llvm-svn: 78848 --- llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp') diff --git a/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp b/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp index 68097fd1219..37f6ef07f6d 100644 --- a/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp +++ b/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp @@ -55,7 +55,7 @@ static ManagedStatic > ExportedFunctions; static std::map FuncNames; #ifdef USE_LIBFFI -typedef void (*RawFunc)(void); +typedef void (*RawFunc)(); static ManagedStatic > RawFunctions; #endif -- cgit v1.2.3