This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] gdb.texinfo (Go): Fix thinko.


Hi.

fyi, committed.

2012-04-25  Doug Evans  <dje@google.com>

	* gdb.texinfo (Go): Fix thinko.

Index: gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.949
diff -u -p -r1.949 gdb.texinfo
--- gdb.texinfo	25 Apr 2012 14:07:21 -0000	1.949
+++ gdb.texinfo	25 Apr 2012 16:12:05 -0000
@@ -13101,13 +13101,13 @@ as a string.
 @item Builtin Go functions
 The @value{GDBN} expression parser recognizes the @code{unsafe.Sizeof}
 function and handles it internally.
-@end table
 
 @cindex restrictions on Go expressions
 @item Restrictions on Go expressions
 All Go operators are supported except @code{&^}.
 The Go @code{_} ``blank identifier'' is not supported.
 Automatic dereferencing of pointers is not supported.
+@end table
 
 @node Objective-C
 @subsection Objective-C


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]