diff options
Diffstat (limited to 'src/pdflib/flate/crc32.c')
-rw-r--r-- | src/pdflib/flate/crc32.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pdflib/flate/crc32.c b/src/pdflib/flate/crc32.c index df92f90..682fa12 100644 --- a/src/pdflib/flate/crc32.c +++ b/src/pdflib/flate/crc32.c @@ -9,8 +9,8 @@ * factor of two increase in speed on a Power PC G4 (PPC7455) using gcc -O3. */ -/* $Id: crc32.c,v 1.1 2008/10/17 06:10:42 scuri Exp $ */ -/* @(#) $Id: crc32.c,v 1.1 2008/10/17 06:10:42 scuri Exp $ */ +/* $Id: crc32.c,v 1.2 2009/10/20 18:12:26 scuri Exp $ */ +/* @(#) $Id: crc32.c,v 1.2 2009/10/20 18:12:26 scuri Exp $ */ /* Note on the use of DYNAMIC_CRC_TABLE: there is no mutex or semaphore |