mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 07:41:28 -08:00
Fix ansi build.
Copied from Perforce Change: 193769
This commit is contained in:
parent
38a08a6a62
commit
78e6d003bb
1 changed files with 2 additions and 2 deletions
|
|
@ -110,8 +110,8 @@ void LockInitGlobal(void)
|
|||
{
|
||||
globalLock->claims = 0;
|
||||
LockInit(globalLock);
|
||||
globalRecursiveLock->claims = 0;
|
||||
LockInit(globalRecursiveLock);
|
||||
globalRecLock->claims = 0;
|
||||
LockInit(globalRecLock);
|
||||
}
|
||||
|
||||
void (LockClaimGlobalRecursive)(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue