diff options
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/function.c b/gcc/function.c index 56abe4d..f549c77 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -66,6 +66,9 @@ along with GCC; see the file COPYING3. If not see #include "timevar.h" #include "vecprim.h" +/* So we can assign to cfun in this file. */ +#undef cfun + #ifndef LOCAL_ALIGNMENT #define LOCAL_ALIGNMENT(TYPE, ALIGNMENT) ALIGNMENT #endif |