summaryrefslogtreecommitdiff
path: root/gs/src/gsbittab.h
diff options
context:
space:
mode:
authorHenry Stiles <henry.stiles@artifex.com>1999-05-24 20:03:13 +0000
committerHenry Stiles <henry.stiles@artifex.com>1999-05-24 20:03:13 +0000
commit5e99d00db40250c4aec92e2e7ecaf51f629540ae (patch)
treec59a16131c363a845609bb0786adc205d3f6fddc /gs/src/gsbittab.h
parent7ddfba499458819bf0dbf297b084f8b5b51b8690 (diff)
downloadghostpdl-5e99d00db40250c4aec92e2e7ecaf51f629540ae.tar.gz
initial gs5.84 checkin with pcl and xl compiling.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@857 06663e23-700e-0410-b217-a244a6096597
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 */