Skip to content
Snippets Groups Projects
Commit d5de1ce6 authored by aoliva's avatar aoliva
Browse files

* dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35217 138bc75d-0d04-0410-961f-82ee72b054a4
parent 46b269d8
No related merge requests found
2000-07-24 Alexandre Oliva <aoliva@redhat.com>
* dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
2000-06-20 Bryce McKinlay <bryce@albatross.co.nz>
Imported version 5.1.
......
......@@ -393,7 +393,9 @@ extern void * GC_roots_present();
/* The type is a lie, since the real type doesn't make sense here, */
/* and we only test for NULL. */
#ifndef GC_scratch_last_end_ptr
extern ptr_t GC_scratch_last_end_ptr; /* End of GC_scratch_alloc arena */
#endif
/* We use /proc to track down all parts of the address space that are */
/* mapped by the process, and throw out regions we know we shouldn't */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment