This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
[5.1] add doc / internal / coding standard
- To: GDB Discussion <gdb at sources dot redhat dot com>
- Subject: [5.1] add doc / internal / coding standard
- From: Andrew Cagney <ac131313 at cygnus dot com>
- Date: Sun, 04 Mar 2001 20:03:40 -0500
FYI,
I'm adding a review of this section to the 5.1 release criteria Given
that the second paragraph reads:
GDB's policy on the use of prototypes is that prototypes are used
to
*declare* functions but never to *define* them. Simple macros are
used
in the declarations, so that a non-ANSI compiler can compile GDB
without trouble. The simple macro calls are used like this:
I've got to do something :-)
Andrew