Commit d416576b by Mark Mitchell Committed by Mark Mitchell

(struct globals): Likewise.

From-SVN: r31574
parent ba793d6e
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment