bug-global
[Top][All Lists]
Advanced

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

Last Enum member not found


From: njfm
Subject: Last Enum member not found
Date: Wed, 2 Dec 2015 17:16:40 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

It seems that the last member of an enum is not being found. For instance, 
if we have:

test.h

typedef enum 
{
  E_FIRST = 1,
  E_SECOND
} FIRST_SECOND;


When running "global E_SECOND" or "global -s E_SECOND" they are not found. 
But E_FIRST is found. Is this normal?




reply via email to

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