[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] add .notfunction
From: |
Shigio Yamaguchi |
Subject: |
Re: [PATCH] add .notfunction |
Date: |
Wed, 19 Mar 2003 13:31:37 +0900 |
> --- /dev/null Thu Apr 11 23:25:15 2002
> +++ .notfunction Wed Mar 12 03:06:26 2003
> @@ -0,0 +1 @@
> +weak_alias
I understand.
I will commit this.
Without the entry in '.notfunction' file, gctags would picked up weak_alias
as a function name and ignore regfree()
[regex.c]
----------------------------------------------------
#ifdef _LIBC
weak_alias (__regerror, regerror)
#endif
/* Free dynamically allocated space used by PREG. */
void
regfree (preg)
regex_t *preg;
{
...
----------------------------------------------------
--
Shigio Yamaguchi <address@hidden> - Tama Communications Corporation
PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3