From 5adee4a6a7e63aed3fac3cd8c9456d2ee1cd06a1 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 9 Apr 2013 20:04:11 +0200 Subject: rename assert to kak_assert to avoid collisions --- src/window.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/window.cc') diff --git a/src/window.cc b/src/window.cc index 4abcab75..285cf0ff 100644 --- a/src/window.cc +++ b/src/window.cc @@ -149,7 +149,7 @@ void Window::scroll_to_keep_cursor_visible_ifn() if (last != buffer().end()) { // the cursor should always be visible. - assert(false); + kak_assert(false); } } -- cgit v1.2.3