mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-29 10:25:12 +00:00
This void is implicit in C++.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78848 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -45,7 +45,7 @@ namespace llvm {
|
||||
/// Restores default error handling behaviour.
|
||||
/// This must not be called between llvm_start_multithreaded() and
|
||||
/// llvm_stop_multithreaded().
|
||||
void llvm_remove_error_handler(void);
|
||||
void llvm_remove_error_handler();
|
||||
|
||||
/// Reports a serious error, calling any installed error handler.
|
||||
/// If no error handler is installed the default is to print the message to
|
||||
|
Reference in New Issue
Block a user