mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-20 09:00:37 +08:00
(struct globals): Likewise.
From-SVN: r31574
This commit is contained in:
parent
ba793d6e42
commit
d416576b49
@ -2,6 +2,7 @@
|
||||
|
||||
* ggc-page.c (struct page_entry): Make `context_depth' an
|
||||
`unsigned short'.
|
||||
(struct globals): Likewise.
|
||||
|
||||
2000-01-23 Clinton Popetz <cpopetz@cygnus.com>
|
||||
|
||||
|
@ -226,7 +226,7 @@ static struct globals
|
||||
size_t bytes_mapped;
|
||||
|
||||
/* The current depth in the context stack. */
|
||||
unsigned char context_depth;
|
||||
unsigned short context_depth;
|
||||
|
||||
/* A file descriptor open to /dev/zero for reading. */
|
||||
#if defined (HAVE_MMAP_ANYWHERE) && !defined(MAP_ANONYMOUS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user