emacs-devel
[Top][All Lists]
Advanced

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

Re: imagemmagick patch 5


From: Stephen J. Turnbull
Subject: Re: imagemmagick patch 5
Date: Sat, 06 Mar 2010 15:02:15 +0900

Stefan Monnier writes:

 > It's no big problem.  Now that we accept and use prototypes, there
 > probably aren't any compiler that can compile Emacs but does not accept
 > // comments.

IIRC, C89 compilers accept prototypes but not // comments.  In any
case, XEmacs has required prototype support for a decade but some
compilers that can compile XEmacs blow up on // comments.  I'm not
even sure when/if GCC started accepting them by default.

I think you need to require C99 (or possibly GNU extensions) to get //
comments.





reply via email to

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