[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] ignore #include in string
From: |
Shigio Yamaguchi |
Subject: |
Re: [PATCH] ignore #include in string |
Date: |
Fri, 21 Mar 2003 20:44:35 +0900 |
Fixed. Thank you!
> Index: htags/htags.in
> ===================================================================
> RCS file: /cvsroot/global/global/htags/htags.in,v
> retrieving revision 1.104
> diff -u -r1.104 htags.in
> --- htags/htags.in 20 Mar 2003 17:04:28 -0000 1.104
> +++ htags/htags.in 21 Mar 2003 09:06:15 -0000
> @@ -2068,7 +2068,7 @@
> local($converted);
> s/\r$//;
> # make link for include file
> - if (!$INCOMMENT && /^[ \t]*#[ \t]*include/) {
> + if (!$INCOMMENT && !$quote && /^[ \t]*#[ \t]*include/)
{
> local($last, $sep) = m![</"]([^</"]+)([">])!;
> if (defined $'includes{$last}) {
> local($link);
>
>
> ----
> 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