This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re: [PATCH 2/5] add base fenv.h and default sys/fenv.h
- From: Kazunori Asayama <asayama at sm dot sony dot co dot jp>
- To: patmans at us dot ibm dot com
- Cc: newlib at sourceware dot org
- Date: Tue, 06 Feb 2007 15:49:17 +0900 (LMT)
- Subject: Re: [PATCH 2/5] add base fenv.h and default sys/fenv.h
- References: <20070129225441.GA23372@us.ibm.com> <20070129225513.GA24562@us.ibm.com> <20070129225842.GB25386@us.ibm.com>
Patrick Mansfield <patmans@us.ibm.com> wrote:
> Add a base fenv.h file, and a default sys/fenv.h that will generate a
> compile error.
The file fenv.h should be surrounded by:
--
#ifdef __cplusplus
extern "C" {
#endif
--
and
--
#ifdef __cplusplus
}
#endif
--
--
(ASAYAMA Kazunori
(asayama@sm.sony.co.jp))
t