[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] language map
From: |
Shigio Yamaguchi |
Subject: |
Re: [PATCH] language map |
Date: |
Mon, 17 Feb 2003 10:02:35 +0900 |
You are right. It is a bug.
I have committed your patch. Thank you!
> The treatment of .c and .h became reverse between the version 4.4 and the ver
sion 4.5.
> I think that this is a bug.
>
> Index: gctags/gctags.c
> ===================================================================
> RCS file: /cvsroot/global/global/gctags/gctags.c,v
> retrieving revision 1.13
> diff -u -r1.13 gctags.c
> --- gctags/gctags.c 16 Feb 2003 02:56:14 -0000 1.13
> +++ gctags/gctags.c 16 Feb 2003 13:11:08 -0000
> @@ -276,7 +276,7 @@
> * call language specific parser.
> */
> if (!strcmp(lang, "c")) {
> - if (!locatestring(suffix, ".h", MATCH_COMPLETE) && isCp
p())
> + if (locatestring(suffix, ".h", MATCH_COMPLETE) && isCpp
())
> Cpp();
> else
> C(0);
>
> ----
> Hideki IWAMOTO address@hidden
>
>
> _______________________________________________
> Bug-global mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-global
>
>
--
Shigio Yamaguchi <address@hidden> - Tama Communications Corporation
PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3