summaryrefslogtreecommitdiff
path: root/ex.h
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2026-03-01 11:29:12 -0800
committerThomas Ulmer <thomasmulmer02@gmail.com>2026-03-01 11:29:12 -0800
commitaf7a7377241af78c70c7badf8ddfc79e55325899 (patch)
treede028df5c95dcf8add63fe31f80b6ccb001ce659 /ex.h
parent15bd7946cc838a3151c357e4b0bc1ab85eecda62 (diff)
wip vi
Diffstat (limited to 'ex.h')
-rw-r--r--ex.h2
1 files changed, 2 insertions, 0 deletions
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