bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnulib] sysexits.h


From: Bruno Haible
Subject: Re: [Bug-gnulib] sysexits.h
Date: Thu, 12 Jun 2003 13:07:19 +0200
User-agent: KMail/1.5

Paul Eggert wrote:

> > >   #ifndef ELIDE_CODE
> > >     ... much code ,,.
> > >   #else
> > >     typedef int dummy;
> > >   #endif
>
> Yes, that's conforming C code.

Good, I'm adding a note about it to the README.

None of the files currently in gnulib/lib/*.c need this workaround;
lib/fileblocks.c has the workaround but probably doesn't need it
since it #includes <sys/types.h> which is guaranteed to contain a
few typedefs.

Bruno





reply via email to

[Prev in Thread] Current Thread [Next in Thread]