This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] add c_compatibility headers, gcc bits
- From: Zack Weinberg <zack at codesourcery dot com>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Fri, 21 Jun 2002 13:43:33 -0700
- Subject: Re: [v3] add c_compatibility headers, gcc bits
- References: <200206212026.g5LKQRA12641@fillmore.constant.com>
On Fri, Jun 21, 2002 at 01:26:27PM -0700, Benjamin Kosnik wrote:
...
> + #endif
> +
> #endif /* _STDARG_H */
>
> #endif /* not _ANSI_STDARG_H_ */
> #endif /* not _STDARG_H */
> +
> +
> Index: stddef.h
Can you please not introduce blank lines at EOF?
zw