This is the mail archive of the newlib@sourceware.cygnus.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Changes to some RTEMS headers


From: joel@OARcorp.com <joel@OARcorp.com>
To: Rosimildo DaSilva <rdasilva@connecttel.com>
Cc: newlib@cygnus.com <newlib@cygnus.com>
Date: Tuesday, April 20, 1999 7:58 AM
Subject: Re: Changes to some RTEMS headers


>
>Should the beginning part of the C++ wrapper for
>newlib-1.8.1/newlib/libc/sys/rtems/include/time.h be before the include
>lines in that file?
>


It does not matter, as long as the files included by time.h has a C++
wrapper.
When you do not have all files protected with the wrapper, it is a good idea
to keep consistency and make sure that you include any header that does
not have the C++ wrapper itself.

Rosimildo.