From: Paul Eggert Date: Tue, 12 Dec 2006 23:56:24 +0000 (+0000) Subject: Port to Forte Developer 7 C 5.4 and C99. X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=8e3f3adf9888cca4acedfe005d277867c999fcb3;hp=8e3f3adf9888cca4acedfe005d277867c999fcb3;p=chaz%2Ftar Port to Forte Developer 7 C 5.4 and C99. * src/common.h (add_exclude_tag): Add decl; C99 requires this and Forte warns about it. * src/incremen.c: Include for mkdtemp prototype, for same reason. * src/misc.c (get_max_open_files): Rewrite to avoid code that Forte C complains about as being unreachable. * src/xheader.c (mtime_code): Rewrite to avoid Forte error reported by Trond Hasle Amundsen. * src/incremen.c (compare_dirnames): Rewrite to avoid casts. * src/utf8.c (string_ascii_p): Likewise. * src/xheader.c (mtime_coder, volume_size_coder, volume_offset_coder): Likewise. SCALAR(0x8283218) ---