Commit 791ef777 by Kaveh R. Ghazi Committed by Kaveh Ghazi

* system.h (__FUNCTION__): Wrap definition in #ifndef.

From-SVN: r35190
parent 4a0d2ea6
2000-07-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* system.h (__FUNCTION__): Wrap definition in #ifndef.
2000-07-21 David Edelsohn <edelsohn@gnu.org>
* rs6000.h (SIZE_TYPE): Define.
......
......@@ -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__ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment