bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: crc


From: Ralf Wildenhues
Subject: Re: crc
Date: Fri, 7 Oct 2005 14:43:33 +0200
User-agent: Mutt/1.5.11

Hi Simon,

* Simon Josefsson wrote on Fri, Oct 07, 2005 at 02:17:19PM CEST:
> Ok to install?

Tiny nit.. ;)

*snip*
> +/* Table of CRCs of all 8-bit messages.  Generated by running code
> +   from RFC 1952 modified to print out the table. */
> +static unsigned long crc32_table[256] = {

Please make this `const'.

> +  0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, 0x706af48f,
*snip*

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]