diff options
Diffstat (limited to 'gcc/ggc-none.c')
-rw-r--r-- | gcc/ggc-none.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ggc-none.c b/gcc/ggc-none.c index 5fff1045fab..0953059a41c 100644 --- a/gcc/ggc-none.c +++ b/gcc/ggc-none.c @@ -31,6 +31,9 @@ #include "rtl.h" #include "ggc.h" +/* For now, keep using the old obstack scheme in the gen* programs. */ +int ggc_p = 0; + rtx ggc_alloc_rtx (nslots) int nslots; |