bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#1177: 24.1.1; cc-mode cannot recognize function prototypes returning


From: Stéphane Castelli
Subject: bug#1177: 24.1.1; cc-mode cannot recognize function prototypes returning a pointer
Date: Sat, 11 Aug 2012 17:02:38 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0

I can confirm this bug, but with function prototypes, like this :

SDL_Surface* displayInit(void);


int* stuff(someStuff); works fine.

If i write "SDL_Surface* displayInit(void);", then erase the ';' and replace it by '{', then erase the '{' and re-replace it by ';', the coloration will work fine whatever i do next...


GNU Emacs 24.1.1 (x86_64-redhat-linux-gnu, GTK+ Version 2.24.10)
 of 2012-07-13 on x86-04.phx2.fedoraproject.org

Fedora 17





reply via email to

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