emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs master build failing on RHEL 6.8


From: Stefan Monnier
Subject: Re: Emacs master build failing on RHEL 6.8
Date: Tue, 07 May 2019 11:30:45 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> Does it help to flush the # characters all the way to the left, and

Indeed, I'm surprised by:

  #if GNUC_PREREQ (4, 6, 0)
   #pragma GCC diagnostic push
  #endif
  #if LIBRSVG_CHECK_VERSION (2, 45, 1) && GNUC_PREREQ (4, 2, 0)
   #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
  #endif

I always thought that the `#` at to be in column-0, hence the
indentation convention of:

    #if foo
    #  define BAR toto
    #endif

But since this is coming from Paul, I assume he knows that it's allowed
to have spaces before the `#` (at least in recent enough versions of C?).


        Stefan




reply via email to

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