gzip: port util.c to Compaq C V6.5-303
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 12 Jun 2013 03:34:06 +0000 (20:34 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 12 Jun 2013 03:34:22 +0000 (20:34 -0700)
* util.c (crc_32_tab): Move definition to front, since this
compiler doesn't allow declarations of static arrays with
incomplete types.  Problem reported by Steven M. Schweda in
<http://lists.gnu.org/archive/html/bug-gzip/2013-06/msg00010.html>.


No differences found