diff options
Diffstat (limited to 'gcc/bitmap.c')
-rwxr-xr-x | gcc/bitmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/bitmap.c b/gcc/bitmap.c index b03b3db..10bad84 100755 --- a/gcc/bitmap.c +++ b/gcc/bitmap.c @@ -627,6 +627,6 @@ bitmap_release_memory () if (bitmap_obstack_init) { bitmap_obstack_init = FALSE; - obstack_free (&bitmap_obstack, NULL_PTR); + obstack_free (&bitmap_obstack, NULL); } } |