This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Fix comment-inside-comment compilation error


We had an INDENT-OFF/INDENT-ON couple of comments inside a comment.
I didn't know that indent was also reformatting comment, but...
What I did to avoid the problem was to use the C++ comments syntax,
so we don't have this premature end-of-commment token.

2004-07-10  Joel Brobecker  <brobecker@gnat.com>

        * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
        that was inserted inside a comment.

Checked in.
-- 
Joel

Attachment: hppa-hpux-tdep.c.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]