diff options
Diffstat (limited to 'gcc/system.h')
-rw-r--r-- | gcc/system.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/system.h b/gcc/system.h index 5741d336b8b..37cc727d3ab 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -617,7 +617,9 @@ extern void *alloca (__SIZE_TYPE__); /* Various error reporting routines want to use __FUNCTION__. */ #if (GCC_VERSION < 2007) +#ifndef __FUNCTION__ #define __FUNCTION__ "?" +#endif /* ! __FUNCTION__ */ #endif #endif /* __GCC_SYSTEM_H__ */ |