bug-gnulib
[Top][All Lists]
Advanced

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

Re: Fwd: sed porting trouble


From: Bruno Haible
Subject: Re: Fwd: sed porting trouble
Date: Fri, 1 Oct 2010 18:43:42 +0200
User-agent: KMail/1.9.9

Paolo Bonzini wrote:
> This basically means that the NonStop system includes (by enforcing 
> #pragma column 80) only expect to include other NonStop system includes. 
>   This is clearly not the case in gnulib.

Indeed. If there is no -Wcolumns=... flag was passed, and the main input file
did not contain a "#pragma COLUMN", then the only explanation for the error
is that some system include file included a file from gnulib.

>   So, it looks like we must  
> make sure that the system-header replacements have 80-columns lines.  Sigh.

Or we must add
 #ifdef __TANDEM
 # pragma COLUMN 10000
 #endif
to some gnulib include files. To which ones?

Can you run this command, please?

  $ cd /usr/include
  $ grep '^ *# *include' `grep -li '# *pragma columns' *.h */*.h */*/*.h`

Bruno



reply via email to

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