comparison man/maintaining.texi @ 71786:7ceb7ea56476

etags now tags #undef, too
author Francesco Potortì <pot@gnu.org>
date Tue, 11 Jul 2006 11:08:31 +0000
parents 4d628cade603
children 3d45362f1d38 8a8e69664178
comparison
equal deleted inserted replaced
71785:526741e654b5 71786:7ceb7ea56476
180 180
181 @itemize @bullet 181 @itemize @bullet
182 @item 182 @item
183 In C code, any C function or typedef is a tag, and so are definitions of 183 In C code, any C function or typedef is a tag, and so are definitions of
184 @code{struct}, @code{union} and @code{enum}. 184 @code{struct}, @code{union} and @code{enum}.
185 @code{#define} macro definitions and @code{enum} constants are also 185 @code{#define} macro definitions, @code{#undef} and @code{enum}
186 constants are also
186 tags, unless you specify @samp{--no-defines} when making the tags table. 187 tags, unless you specify @samp{--no-defines} when making the tags table.
187 Similarly, global variables are tags, unless you specify 188 Similarly, global variables are tags, unless you specify
188 @samp{--no-globals}. Use of @samp{--no-globals} and @samp{--no-defines} 189 @samp{--no-globals}. Use of @samp{--no-globals} and @samp{--no-defines}
189 can make the tags table file much smaller. 190 can make the tags table file much smaller.
190 191