c-pch.c (asm_file_startpos): Change to `long'.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sun, 12 Jan 2003 16:44:09 +0000 (16:44 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sun, 12 Jan 2003 16:44:09 +0000 (16:44 +0000)
commit70f8b89fd9ff69e2b399042d5b15cd367c970c67
tree3fd25aabc71abf89cf5a256cba6ac1a97c8ccc06
parentae6ccbe39130d9db4d9676d78ec65f01dd94fd52
c-pch.c (asm_file_startpos): Change to `long'.

* c-pch.c (asm_file_startpos): Change to `long'.
(pch_init): Use ftell, not ftello.
(c_common_write_pch): Use ftell/fseek, not ftello/fseeko.
Use `long' instead of `off_t'.
(c_common_read_pch): Likewise.
* ggc-common.c (gt_pch_save): Use long/ftell instead of
off_t/ftello.

From-SVN: r61233
gcc/ChangeLog
gcc/c-pch.c
gcc/ggc-common.c