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 20:51:27 +0900

On Sat, 18 Sep 2004 01:17:22 +0900, Hideki IWAMOTO wrote...
> '#' 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.

This is the further change.
When unknown preprocessing directive appeared in assembly source,
it will be recognized as the start of a shell comment.
Attached 1500.html is an example of generated HTML.


 gctags/Makefile.am |    7 +
 gctags/asm_res.in  |   44 +++++++++++
 gctags/assembler.c |  125 +++++++++++----------------------
 htags/Makefile.am  |    4 -
 htags/asm.l        |  199 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 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, 409 insertions(+), 134 deletions(-)

----
Hideki IWAMOTO  address@hidden

Attachment: htags-pp7.patch
Description: Binary data

Attachment: 1500.html
Description: Binary data


reply via email to

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