diff options
author | Henry Stiles <henry.stiles@artifex.com> | 1999-12-12 22:16:07 +0000 |
---|---|---|
committer | Henry Stiles <henry.stiles@artifex.com> | 1999-12-12 22:16:07 +0000 |
commit | dd30771fce4f855b18cce9d90c427b22f3744bce (patch) | |
tree | 13b11b4a07bcc974c71b8140b43968b8c8146dd9 /gs/src/scfdtab.c | |
parent | ac5a0d6e11428b2df89ea8d5eddac4bc38339b53 (diff) |
Imports Aladdin's 596.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@1040 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'gs/src/scfdtab.c')
-rw-r--r-- | gs/src/scfdtab.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gs/src/scfdtab.c b/gs/src/scfdtab.c index 27a44ce2a..e6d10b3a1 100644 --- a/gs/src/scfdtab.c +++ b/gs/src/scfdtab.c @@ -1,12 +1,12 @@ /* Copyright (C) 1992, 1993, 1998, 1999 Aladdin Enterprises. All rights reserved. */ +/* $RCSfile$ $Revision$ */ +/* Tables for CCITTFaxDecode filter. */ + /* This file was generated automatically. It is governed by the same terms */ /* as the files scfetab.c and scfdgen.c from which it was derived. */ /* Consult those files for the licensing terms and conditions. */ -/* scfdtab.c */ -/* Tables for CCITTFaxDecode filter. */ - #include "std.h" #include "scommon.h" /* for scf.h */ #include "scf.h" |