]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdbint.texinfo: Add a cautionary note about macro use.
authorChristopher Faylor <me+cygwin@cgf.cx>
Wed, 15 Aug 2001 16:20:33 +0000 (16:20 +0000)
committerChristopher Faylor <me+cygwin@cgf.cx>
Wed, 15 Aug 2001 16:20:33 +0000 (16:20 +0000)
gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo

index 77b1a97f6b2859a7a8084d5e3fa5d5d58a538ae3..f632be8a77586d33f09fa6df2bbb2d6c9fb4b74c 100644 (file)
@@ -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-07-30  Daniel Jacobowitz  <drow@mvista.com>
 
        * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
index 42bb9eb639178c604c02064b217989c85b84cab0..914ebf4915f2792e49bfab44cd3e7fc8bd1f1d0b 100644 (file)
@@ -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.
 
 @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