[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] seems_datatype in gctags
From: |
Hideki IWAMOTO |
Subject: |
Re: [PATCH] seems_datatype in gctags |
Date: |
Wed, 12 Mar 2003 21:43:42 +0900 |
typedef name whose length is 1 or 2 is used heavily on embedded systems based
on TRON.
So, it is not good to recognize typedef by the length of the name.
attached is updated version.
* C.c (function_definition): Changed so that a symbol might not be registered
into both GRTAGS and GSYMS.
Changed so that the symbol which is not registered into GTAGS might
not be registered into GRTAGS.
* Cpp.c (function_definition): Likewise.
* C.c (seems_datatype): Corrected the treatment of the return value of strcmp.
Removed judgment by the length of a name.
* Cpp.c (seems_datatype): Likewise.
On Wed, 12 Mar 2003 19:34:54 +0900, Hideki IWAMOTO wrote...
> * C.c (function_definition): Changed so that a symbol might not be
> registered into both GRTAGS and GSYMS.
> Changed so that the symbol which is not registered into GTAGS might
> not be registered into GRTAGS.
> * Cpp.c (function_definition): Likewise.
> * C.c (seems_datatype): Corrected the treatment of the return value of
> strcmp.
> * Cpp.c (seems_datatype): Likewise.
>
----
Hideki IWAMOTO address@hidden
gctags-datatype3.patch
Description: Binary data