mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-19 01:11:36 +03:00
elif over "else if"
This commit is contained in:
parent
f7be47fb95
commit
272b70298e
@ -1450,7 +1450,7 @@ const CommandDesc debug_cmd = {
|
|||||||
write_to_debug_buffer(format(" Total: {}", total));
|
write_to_debug_buffer(format(" Total: {}", total));
|
||||||
#if defined(__GLIBC__) && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 33))
|
#if defined(__GLIBC__) && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 33))
|
||||||
write_to_debug_buffer(format(" Malloced: {}", mallinfo2().uordblks));
|
write_to_debug_buffer(format(" Malloced: {}", mallinfo2().uordblks));
|
||||||
#else if defined(__GLIBC__) || defined(__CYGWIN__)
|
#elif defined(__GLIBC__) || defined(__CYGWIN__)
|
||||||
write_to_debug_buffer(format(" Malloced: {}", mallinfo().uordblks));
|
write_to_debug_buffer(format(" Malloced: {}", mallinfo().uordblks));
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user