This is the mail archive of the gdb-patches@sourceware.org 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]

Re: [RFC 8/8] Pascal language


>>>>> "Sergio" == Sergio Durigan Junior <sergiodj@redhat.com> writes:

Sergio> This is the patch for the Pascal language.  I forgot to mention in the
Sergio> other patches: I also took the liberty (in all files) to cleanup #if 0
Sergio> functions, and to convert old-style function declarations to use the
Sergio> "new" style, i.e.:

It is generally better to do different cleanups separately.
I know it can be a pain to do this, but at least now we have "git stash" :)

Removing most #if 0 code is obvious.  There may be an individual case or
two where there is some controversy.  Anyway, please do it, use your
best judgment and trust that people will push back if you pick the wrong
one :).

Converting K&R -> ANSI style is obvious as well.  Please just put these
in.

Tom


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