shithub: pdffs

Download patch

ref: 51e620a808436a17a637c3be7c97b5f0762a6d95
parent: dd33a15477c8608bad8f35a9fa908ad2086c6d1d
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Fri Apr 16 12:51:27 EDT 2021

ops: BX/EX

--- a/op.c
+++ b/op.c
@@ -31,6 +31,10 @@
 }
 
 static Op ops[] = {
+	/* 7.8.2 Compatibility operators */
+	{"BX", cobegin, 0,}, /* begin a compatilibity section */
+	{"EX", coend, 0,},   /* end a compatilibity section */
+
 	/* 8.4.4 Graphics state operators */
 	{"q", gspush, 0,},   /* push the current graphics state (gs) on gs stack */
 	{"Q", gspop, 0,},    /* pop ^ */