emacs-devel
[Top][All Lists]
Advanced

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

Re: CC-mode highlight change between 24.5 and 25


From: Eli Zaretskii
Subject: Re: CC-mode highlight change between 24.5 and 25
Date: Fri, 02 Sep 2016 20:48:10 +0300

> From: Davis Herring <address@hidden>
> Date: Fri, 2 Sep 2016 11:39:54 -0600
> Cc: Oleh Krehel <address@hidden>, Emacs developers <address@hidden>,
>       Yuri Khan <address@hidden>
> 
> Blame Ritchie (if we may speak ill of the dead), for similar vagueness 
> dates to C:
> 
> /* Choose one: */
> /* typedef int foo; */
> /* void foo(int); */
> 
> int arg;
> 
> void f() {foo(arg);}
> 
> Depending on which of the declarations you include, "foo(arg)" is a 
> declaration of a local variable "arg" or is a call to the function foo. 

Except that nobody writes declarations as in

  int (c);



reply via email to

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