bug-global
[Top][All Lists]
Advanced

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

enum and typedef question


From: Hageseter, Trond E.
Subject: enum and typedef question
Date: Thu, 11 Oct 2001 11:02:45 +0200

It seams that enumerations and type definitions are not treated as other
than symbols, is that correct. I am not able to locate typedefs and
enums with the global SOME_TYPEDEF command, only with global -s.


ie:

test.hxx

typedef enum {
        FIRST = 1,
        SECOND
} FIRST_SECOND;

typedef struct {
        int one_entry;
        int another_entry;
} SIMPLE_STRUCT;


When running "global FIRST_SECOND" or "global SIMPLE_STRUCT" they are
not located, only with the use of global -s they are found (together
with a lot of "noise").

It would be best if they could be located where they are defined using
only global <struct or enum>, agree?

regards
trondeh



------------------------------------------------------------------------
--
Trond E. Hagesæter             e-mail:  address@hidden
Consultant                     direct:  +47 6712 7161
Teleplan A/S                   mobile:  +47 9306 7161
Fornebuvn. 33-35, P.O. Box 69  fax:     +47 6712 7101
N-1324 Lysaker, Norway

 <<Trond Hagesæter (Teleplan).vcf>> 

Attachment: Trond Hagesæter (Teleplan).vcf
Description: Trond Hagesæter (Teleplan).vcf


reply via email to

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