diff options
author | Henry Stiles <henry.stiles@artifex.com> | 1998-08-08 06:14:25 +0000 |
---|---|---|
committer | Henry Stiles <henry.stiles@artifex.com> | 1998-08-08 06:14:25 +0000 |
commit | a54bb96de84363bd3ffc7696805c268babc95954 (patch) | |
tree | ab95f514d2831fa22cecdf942d2530b656a66d9e /gs/src/scfdtab.c | |
parent | 3305477b99710b8ce6223a0bdd5014ced4de6997 (diff) |
This commit was generated by cvs2svn to compensate for changes in r279,
which included commits to RCS files with non-trunk default branches.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@280 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'gs/src/scfdtab.c')
-rw-r--r-- | gs/src/scfdtab.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gs/src/scfdtab.c b/gs/src/scfdtab.c index 6f32536ee..023dc5e2f 100644 --- a/gs/src/scfdtab.c +++ b/gs/src/scfdtab.c @@ -1,10 +1,10 @@ -/* Copyright (C) 1992, 1993 Aladdin Enterprises. All rights reserved. */ +/* Copyright (C) 1992, 1993, 1998 Aladdin Enterprises. All rights reserved. */ /* This file was generated automatically. It is governed by the same terms */ /* as the files scftab.c and scfdgen.c from which it was derived. */ /* Consult those files for the licensing terms and conditions. */ -/* scfdtab.c */ +/*Id: scfdtab.c */ /* Tables for CCITTFaxDecode filter. */ #include "std.h" @@ -12,7 +12,7 @@ #include "scf.h" /* White decoding table. */ -const cfd_node far_data cf_white_decode[] = +const cfd_node cf_white_decode[] = { {256, 12}, {272, 12}, @@ -321,7 +321,7 @@ const cfd_node far_data cf_white_decode[] = }; /* Black decoding table. */ -const cfd_node far_data cf_black_decode[] = +const cfd_node cf_black_decode[] = { {128, 12}, {160, 13}, @@ -646,7 +646,7 @@ const cfd_node far_data cf_black_decode[] = }; /* 2-D decoding table. */ -const cfd_node far_data cf_2d_decode[] = +const cfd_node cf_2d_decode[] = { {128, 11}, {144, 10}, @@ -803,7 +803,7 @@ const cfd_node far_data cf_2d_decode[] = }; /* Uncompresssed decoding table. */ -const cfd_node far_data cf_uncompressed_decode[] = +const cfd_node cf_uncompressed_decode[] = { {64, 12}, {5, 6}, |