From 4d7080e0a916791b1aa15b8447b152d7f5e910aa Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Sun, 1 Mar 2026 11:29:12 -0800 Subject: wip vi --- src/vi/ex-070224/ex.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vi/ex-070224/ex.h') diff --git a/src/vi/ex-070224/ex.h b/src/vi/ex-070224/ex.h index b908bb8..c818157 100644 --- a/src/vi/ex-070224/ex.h +++ b/src/vi/ex-070224/ex.h @@ -207,6 +207,8 @@ typedef int bbloc; typedef short bbloc; #endif +typedef char bool; + /* * The editor does not normally use the standard i/o library. Because * we expect the editor to be a heavily used program and because it -- cgit v1.2.3