aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-06-27 15:30:32 +0000
committerAndrew Cagney <cagney@redhat.com>2002-06-27 15:30:32 +0000
commitb9aa90c9a1820bb01fc3a7e1ca08d372cf316599 (patch)
tree257714a1d02b099f9032c3a6ea5990328b473b4c /gdb/doc
parent91a4d5692a308100eef2865c679adbc1600f9649 (diff)
downloadgdb-b9aa90c9a1820bb01fc3a7e1ca08d372cf316599.zip
gdb-b9aa90c9a1820bb01fc3a7e1ca08d372cf316599.tar.gz
gdb-b9aa90c9a1820bb01fc3a7e1ca08d372cf316599.tar.bz2
* gdbint.texinfo (User Interface): ISO C rather than ISO-C.
(Coding): Clarify ISO C version that GDB assumes.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdbint.texinfo9
2 files changed, 10 insertions, 4 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 5305dab..52ec580 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2002-06-27 Andrew Cagney <ac131313@redhat.com>
+
+ * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
+ (Coding): Clarify ISO C version that GDB assumes.
+
2002-06-26 Tom Tromey <tromey@redhat.com>
* gdbint.texinfo (User Interface): Mention add_setshow_cmd and
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo
index b3cfefb..290c925 100644
--- a/gdb/doc/gdbint.texinfo
+++ b/gdb/doc/gdbint.texinfo
@@ -954,7 +954,7 @@ be signaled.
This function first opens the tuple and then establishes a cleanup
(@pxref{Coding, Cleanups}) to close the tuple. It provides a convenient
and correct implementation of the non-portable@footnote{The function
-cast is not portable ISO-C.} code sequence:
+cast is not portable ISO C.} code sequence:
@smallexample
struct cleanup *old_cleanup;
ui_out_tuple_begin (uiout, "...");
@@ -4801,11 +4801,12 @@ but does not require it, @value{GDBN} requires it.
@value{GDBN}, as described in the following sections.
-@subsection ISO-C
+@subsection ISO C
-@value{GDBN} assumes an ISO-C compliant compiler.
+@value{GDBN} assumes an ISO/IEC 9899:1990 (a.k.a.@: ISO C90) compliant
+compiler.
-@value{GDBN} does not assume an ISO-C or POSIX compliant C library.
+@value{GDBN} does not assume an ISO C or POSIX compliant C library.
@subsection Memory Management