Re: [Rd] R Include File Guards

2005-06-17 Thread Paul Roebuck
On Fri, 17 Jun 2005, Prof Brian Ripley wrote: > On Wed, 15 Jun 2005, Paul Roebuck wrote: > > > On Wed, 18 May 2005, Peter Dalgaard wrote: > > > >> Paul Roebuck <[EMAIL PROTECTED]> writes: > >> > >>> R 2.1.0/src/include from 2005/04/18 download > >>> > >>> Naming inconsistent for guards as well but

Re: [Rd] R Include File Guards

2005-06-17 Thread Prof Brian Ripley
What is the `bug' here which you suggest reporting? We have already established that leading underscores are NOT `illegal', just reserved and possibly ineffective according to the C99 standard (although we don't have any evidence of that being followed by an actual compiler). Given that the sys

Re: [Rd] R Include File Guards

2005-06-15 Thread Paul Roebuck
On Wed, 18 May 2005, Peter Dalgaard wrote: > Paul Roebuck <[EMAIL PROTECTED]> writes: > > > R 2.1.0/src/include from 2005/04/18 download > > > > Naming inconsistent for guards as well but that's pedantic. > > Simple convention: > > file > > #ifndef R_FOO_H > > file > > #ifndef R_EXT_