bug-gnulib
[Top][All Lists]
Advanced

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

RE: Fwd: sed porting trouble


From: Schmitz, Joachim
Subject: RE: Fwd: sed porting trouble
Date: Sun, 3 Oct 2010 09:58:46 +0000

Which makes it nicer on non-Tandem platforms as there it's expand to nothing 
rather than an empty
#ifdef __TANDEM
#endif

-----Original Message-----
From: Bruno Haible [mailto:address@hidden 
Sent: Sunday, October 03, 2010 11:53 AM
To: Schmitz, Joachim
Cc: Paul Eggert; Paolo Bonzini; 'bug-gnulib'
Subject: Re: Fwd: sed porting trouble

Joachim Schmitz wrote:
> Yes I know there are traces of GCC, but it never really materialized.

OK, then - as pointed out by Karl Berry - the idiom can be simplified from

  #ifdef __TANDEM
  @PRAGMA_COLUMNS@
  #endif

to

  @PRAGMA_COLUMNS@

Bruno

reply via email to

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