]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix GNU coding style in memory statistics.
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Jun 2015 14:49:13 +0000 (14:49 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Jun 2015 14:49:13 +0000 (14:49 +0000)
commit94302dfa934c612eccbc19359cd825bd52c21aa6
tree6099942cfb1d37ffb58443756cd0f685b1cfd9f8
parentf29929b504428aa8bf6c476c67a98169b8985d60
Fix GNU coding style in memory statistics.

* alloc-pool.h (struct pool_usage): Correct GNU coding style.
* bitmap.h (struct bitmap_usage): Likewise.
* ggc-common.c (struct ggc_usage): Likewise.
* mem-stats.h (struct mem_location): Likewise.
(struct mem_usage): Likewise.
* vec.c (struct vec_usage): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224082 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/alloc-pool.h
gcc/bitmap.h
gcc/ggc-common.c
gcc/mem-stats.h
gcc/vec.c