bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTAGS PATCH ] recognize continued line, support null directive. war


From: Hideki IWAMOTO
Subject: Re: [HTAGS PATCH ] recognize continued line, support null directive. warn about unknown directive.
Date: Sat, 18 Sep 2004 01:17:22 +0900

On Thu, 16 Sep 2004 21:02:00 +0900, Hideki IWAMOTO wrote...
> On Wed, 15 Sep 2004 23:56:56 +0900, Hideki IWAMOTO wrote...
> >  o Warn about unknown preprocessing directive like this.
> >     Warning: unknown preprocessing directive '#icnlude'. [+11 m.c]
> > 
> 
> When a blank was in the head of a line or  behind #, it was displayed as 
> follows.
> 
>   Warning: unknown preprocessing directive '     #    icnlude'. [+11 m.c]
> 
> This is corrected version.

'#' may be used as the start of a comment in an assembly source.
Therefore, warning about unknown directive is unnecessary for assembly source.
I added the scanner of assembly language to htags.
gctags was changed so that the keyword list of assembly languages might be 
generated by gperf.



 gctags/Makefile.am |    7 +
 gctags/asm_res.in  |   44 +++++++++++
 gctags/assembler.c |  125 ++++++++++++---------------------
 htags/Makefile.am  |    4 -
 htags/asm.l        |  197 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 htags/c.l          |   34 +++++----
 htags/cpp.l        |   34 +++++----
 htags/java.l       |    5 -
 htags/lexcommon.h  |   57 +++++++++++----
 htags/php.l        |    5 -
 htags/src2html.c   |   23 +++++-
 reconf.sh          |    6 -
 12 files changed, 407 insertions(+), 134 deletions(-)

----
Hideki IWAMOTO  address@hidden

Attachment: htags-pp5.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]