From 5f7c79f92974b72dd3c7b56d3a844b8bd27ca2cb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Francesco=20Potort=C3=AC?= Date: Tue, 11 Jul 2006 11:08:31 +0000 Subject: [PATCH] etags now tags #undef, too --- man/maintaining.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/maintaining.texi b/man/maintaining.texi index cff12dfb026..facde7020bc 100644 --- a/man/maintaining.texi +++ b/man/maintaining.texi @@ -182,7 +182,8 @@ convenient. Each name recorded is called a @dfn{tag}. @item In C code, any C function or typedef is a tag, and so are definitions of @code{struct}, @code{union} and @code{enum}. -@code{#define} macro definitions and @code{enum} constants are also +@code{#define} macro definitions, @code{#undef} and @code{enum} +constants are also tags, unless you specify @samp{--no-defines} when making the tags table. Similarly, global variables are tags, unless you specify @samp{--no-globals}. Use of @samp{--no-globals} and @samp{--no-defines} -- 2.39.5