mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
Make sure we specify no arguments for context functions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80525 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
23603a61c9
commit
bf4a68ebe2
@ -208,8 +208,8 @@ void LLVMDisposeMessage(char *Message);
|
||||
/*===-- Modules -----------------------------------------------------------===*/
|
||||
|
||||
/* Create and destroy contexts. */
|
||||
LLVMContextRef LLVMContextCreate();
|
||||
LLVMContextRef LLVMGetGlobalContext();
|
||||
LLVMContextRef LLVMContextCreate(void);
|
||||
LLVMContextRef LLVMGetGlobalContext(void);
|
||||
void LLVMContextDispose(LLVMContextRef C);
|
||||
|
||||
/* Create and destroy modules. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user