diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-03-01 11:29:12 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-03-01 11:29:12 -0800 |
| commit | 89262cf0fcdbd57241c4f24ebb6dde0af9f92279 (patch) | |
| tree | 39e4755c56141962b8fda96f51bfc64ef4490a7c /tree/src/vi/ex-070224/ex.h | |
| parent | 935e171c477bd556f5f3e20753825880674c9d28 (diff) | |
wip vi
Diffstat (limited to 'tree/src/vi/ex-070224/ex.h')
| -rw-r--r-- | tree/src/vi/ex-070224/ex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tree/src/vi/ex-070224/ex.h b/tree/src/vi/ex-070224/ex.h index b908bb8..c818157 100644 --- a/tree/src/vi/ex-070224/ex.h +++ b/tree/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 |
