(struct globals): Likewise.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 23 Jan 2000 20:42:53 +0000 (20:42 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 23 Jan 2000 20:42:53 +0000 (20:42 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31574 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/ggc-page.c

index 57ae72a..72824f8 100644 (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>
 
index bf28076..1d1b960 100644 (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)