aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/ppextend.mli
diff options
context:
space:
mode:
Diffstat (limited to 'interp/ppextend.mli')
-rw-r--r--interp/ppextend.mli3
1 files changed, 0 insertions, 3 deletions
diff --git a/interp/ppextend.mli b/interp/ppextend.mli
index de7a42eee..09dc36943 100644
--- a/interp/ppextend.mli
+++ b/interp/ppextend.mli
@@ -23,12 +23,9 @@ type ppbox =
| PpHOVB of int
| PpHVB of int
| PpVB of int
- | PpTB
type ppcut =
| PpBrk of int * int
- | PpTbrk of int * int
- | PpTab
| PpFnl
val ppcmd_of_box : ppbox -> std_ppcmds -> std_ppcmds