OSDN Git Service

* c-pch.c (asm_file_startpos): Change to `long'.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 12 Jan 2003 16:44:09 +0000 (16:44 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 12 Jan 2003 16:44:09 +0000 (16:44 +0000)
commit04ea944577d1b7de61cd3f3dcdfa1cdfec398916
tree3fd25aabc71abf89cf5a256cba6ac1a97c8ccc06
parent2c982c2bc2480fe46ad4ce7d8f8078189f6bcc3b
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61233 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-pch.c
gcc/ggc-common.c