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


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

Re: Guile docstrings---should Guile code be ANSI C compatible?


Mikael Djurfeldt <mdj@mdj.nada.kth.se> writes:

> Mikael Djurfeldt <mdj@mdj.nada.kth.se> writes:
> 
> > I guess the main point speaking for 1 is that since gcc *allows* a
> > newline in strings, people will easily forget the \n\ so that Guile
> > code breaks on other compilers.
> 
> On the other hand, this could easily be checked by a script...

Or by using -pedantic.  However, if you run w/ -pedantic, you'll see
that guile sources aren't ANSI C even ignoring my docstrings. :-)

Greg

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