(struct globals): Likewise.

From-SVN: r31574
This commit is contained in:
Mark Mitchell 2000-01-23 20:42:53 +00:00 committed by Mark Mitchell
parent ba793d6e42
commit d416576b49
2 changed files with 2 additions and 1 deletions

View File

@ -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>

View File

@ -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)