CVSROOT:        /sources/global
Module name:    global
Changes by:     Shigio YAMAGUCHI <shigio>       17/08/28 01:32:24

Modified files:
        libparser      : C.c Cpp.c 

Log message:
        [Bug fixed]
        The current GLOBAL overlooked the last element of typedef.
        Now it works.
        
        ---------------------
        [a.h]
        ---------------------
        typedef struct
        {
            B;
            B;
        } A;
        
        $ /usr/local/global-current/bin/gtags
        $ global -x B
        $ global -x B -s
        B                   3 a.h                  B;
        
        $ /usr/local/bin/gtags
        $ global -x B
        $ global -x B -s
        B                   3 a.h                  B;
        B                   4 a.h                  B;

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/global/libparser/C.c?cvsroot=global&r1=1.15&r2=1.16
http://cvs.savannah.gnu.org/viewcvs/global/libparser/Cpp.c?cvsroot=global&r1=1.24&r2=1.25

_______________________________________________
Global-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/global-commit

Reply via email to