diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2004-02-12 17:46:40 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2004-02-12 17:46:40 +0000 |
commit | 49efadf5a0ebdf0300cc8dfb2a42bf4603037ae1 (patch) | |
tree | 206df681015265306f69e2a1d7ea7b89ebf3a0d3 /gdb/doc/gdbint.texinfo | |
parent | 31687c3c2505191d73aa0036d62f2794a1f7d0d9 (diff) | |
download | gdb-49efadf5a0ebdf0300cc8dfb2a42bf4603037ae1.zip gdb-49efadf5a0ebdf0300cc8dfb2a42bf4603037ae1.tar.gz gdb-49efadf5a0ebdf0300cc8dfb2a42bf4603037ae1.tar.bz2 |
2004-02-12 Elena Zannoni <ezannoni@redhat.com>
* gdb.texinfo: Properly quote the name "C++".
* gdbint.texinfo: Ditto.
* stabs.texinfo: Ditto.
Diffstat (limited to 'gdb/doc/gdbint.texinfo')
-rw-r--r-- | gdb/doc/gdbint.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 9472c03..19458fe 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -6497,7 +6497,7 @@ intelligibility. This is the base testsuite. The tests in it should apply to all configurations of @value{GDBN} (but generic native-only tests may live here). The test programs should be in the subset of C that is valid K&R, -ANSI/ISO, and C++ (@code{#ifdef}s are allowed if necessary, for instance +ANSI/ISO, and C@t{++} (@code{#ifdef}s are allowed if necessary, for instance for prototypes). @item gdb.@var{lang} |