summaryrefslogtreecommitdiff
path: root/gs/src/gsbittab.h
diff options
context:
space:
mode:
Diffstat (limited to 'gs/src/gsbittab.h')
-rw-r--r--gs/src/gsbittab.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gs/src/gsbittab.h b/gs/src/gsbittab.h
index b7d6896f6..b8fae448d 100644
--- a/gs/src/gsbittab.h
+++ b/gs/src/gsbittab.h
@@ -75,4 +75,10 @@ extern const byte
extern const byte *const byte_bit_run_length[8];
extern const byte *const byte_bit_run_length_neg[8];
+/*
+ * byte_acegbdfh_to_abcdefgh[acegbdfh] = abcdefgh, where the letters
+ * denote the individual bits of the byte.
+ */
+extern const byte byte_acegbdfh_to_abcdefgh[256];
+
#endif /* gsbittab_INCLUDED */