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:[email protected]] 
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