cppfiles.c (purge_cache): use munmap() only if MMAP_THRESHOLD defined.
authorLaurynas Biveinis <lauras@softhome.net>
Sat, 16 Sep 2000 18:17:53 +0000 (18:17 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sat, 16 Sep 2000 18:17:53 +0000 (18:17 +0000)
commitae0f4dee02e2f32709d86437a104f1e089b860d7
tree26c20fa606fd521d3651d948dc560efd2618ea87
parent6f84c9bdaa1cb47ea42eead3da3bdbc992aec80b
cppfiles.c (purge_cache): use munmap() only if MMAP_THRESHOLD defined.

* cppfiles.c (purge_cache): use munmap() only if MMAP_THRESHOLD
 defined.
(read_include_file): Ensure inc->mmaped is initialized.

From-SVN: r36459
gcc/ChangeLog
gcc/cppfiles.c