mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
* gdbint.texinfo: Add a cautionary note about macro use.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
|
* gdbint.texinfo: Add a cautionary note about macro use.
|
||||||
|
|
||||||
2001-08-02 Corinna Vinschen <vinschen@redhat.com>
|
2001-08-02 Corinna Vinschen <vinschen@redhat.com>
|
||||||
|
|
||||||
* gdb.texinfo: Explain omitting the hostname in the
|
* gdb.texinfo: Explain omitting the hostname in the
|
||||||
|
@ -4395,6 +4395,8 @@ However, use functions with moderation. A thousand one-line functions
|
|||||||
are just as hard to understand as a single thousand-line function.
|
are just as hard to understand as a single thousand-line function.
|
||||||
|
|
||||||
@emph{Macros are bad, M'kay.}
|
@emph{Macros are bad, M'kay.}
|
||||||
|
(But if you have to use a macro, make sure that the macro arguments are
|
||||||
|
protected with parentheses.)
|
||||||
|
|
||||||
@cindex types
|
@cindex types
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user