Paste the following into a c++ header file
--------------------------
MY_MACRO(qwerty < 1);
class Abra : public Kadabra
{
};
-------------------------
Then say:
ctags --fields=+naimKzsS c++_header.h
Look at the output file - tags. The expected line:
Abra c++_header.h /^class Abra : public
Kadabra$/;" kind:class line:4 inherits:Kadabra
is missing! The offender seems to be the "<" in the
macro. Removing it or even just changing it to ">"
seems to fix the problem.
Darren Hiebert
None
None
Public
|
Date: 2007-06-09 21:32:35 PDT
|
| Field | Old Value | Date | By |
|---|---|---|---|
| assigned_to | nobody | 2005-05-23 11:02:14 PDT | dhiebert |