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)
commit946800fdc916bc2ecd0f53a7987184123af732d2
treeb2df57218eadc0d263a9821f94b56255f8ddb582
parenta963e3a42d6da62ef6d017f28ded08534ad4c805
gzip: port util.c to Compaq C V6.5-303

* 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>.
util.c