From af7a7377241af78c70c7badf8ddfc79e55325899 Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Sun, 1 Mar 2026 11:29:12 -0800 Subject: wip vi --- ex.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ex.h') diff --git a/ex.h b/ex.h index b908bb8..c818157 100644 --- a/ex.h +++ b/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