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 | 4d7080e0a916791b1aa15b8447b152d7f5e910aa (patch) | |
| tree | 38235a2b4a6eb188abe18ad680530bad81acfabf /src/vi/ex-070224/ex.h | |
| parent | 81ccfa29ff5830fe7df6e91d1834321fca8d0d89 (diff) | |
wip vi
Diffstat (limited to 'src/vi/ex-070224/ex.h')
| -rw-r--r-- | src/vi/ex-070224/ex.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
