aboutsummaryrefslogtreecommitdiff
path: root/interp/ppextend.mli
diff options
context:
space:
mode:
authorMaxime Dénès2017-02-20 16:01:29 +0100
committerMaxime Dénès2017-02-20 16:01:29 +0100
commit2b4f249ed0a28cde876f18aacf19f646d8af8fae (patch)
tree785019647a01b9eaa0e662e08422df294ebb8dca /interp/ppextend.mli
parent278cebe6835512a5646eafcb13e1f020c0dc5d91 (diff)
parent9907e296e21fdd9dc3fab2b84fe7159b35af654c (diff)
Merge PR#189: Remove tabulation support from pretty-printing.
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 de7a42eee5..09dc369437 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