[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Emacs 20.7 - ETAGS Bug - typedef enum
From: |
Per Hygum Due |
Subject: |
[Emacs-diffs] Emacs 20.7 - ETAGS Bug - typedef enum |
Date: |
Tue, 29 Oct 2002 17:25:17 +0100 |
Hi,
There seem to be a problem with ETAGS extracting enum constant names from
typedef'ed enums.
This works (ENUM1_NULL, ENUM2_BLABLA go into the TAGS file)
enum ENUM1_TAG
{
ENUM1_NULL,
ENUM2_BLABLA
}ENUM1;
This fails (ENUM1_NULL, ENUM2_BLABLA does NOT go into the TAGS file)
typedef enum ENUM1_TAG
{
ENUM1_NULL,
ENUM2_BLABLA
}ENUM1;
Best Regards From,
Per
--------------------------------------------------------
Software Engineer (B.Sc.E.E, M.IDA) Per Hygum Due
Direct: +45 96 31 46 45 Mail: address@hidden
--------------------------------------------------------
0 0 0 TTPCom Denmark ApS Main: +45 96 31 46 46
0 0 0 Lille Kongensgade 12 Fax : +45 96 31 46 47
0 0 0 DK-9000 Aalborg Web : www.ttpcom.com
Europe-Denmark-Jylland
--------------------------------------------------------
TTPCom is member of http://www.norcom.dk
--------------------------------------------------------
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Emacs 20.7 - ETAGS Bug - typedef enum,
Per Hygum Due <=