]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
(struct globals): Likewise.
authorMark Mitchell <mark@codesourcery.com>
Sun, 23 Jan 2000 20:42:53 +0000 (20:42 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 23 Jan 2000 20:42:53 +0000 (20:42 +0000)
From-SVN: r31574

gcc/ChangeLog
gcc/ggc-page.c

index 57ae72a5858c27bc8fcf274900a3b29ba452dae3..72824f8537443753b5387555bdd9fd5b533adf74 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 bf280761a86dc22ab0f74a5182024e9df75acf41..1d1b9607b1ed7234bfd8fbee7ed9998891bc1ec7 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)