mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-26 02:33:31 +08:00
Add comment to list0.h
Pedro suggested adding a comment to list0.h to explain the control character. Tested on x86-64 Fedora 29. gdb/testsuite/ChangeLog 2019-06-18 Tom Tromey <tromey@adacore.com> * gdb.base/list0.h: Add comment explaining control character.
This commit is contained in:
parent
86e04673b4
commit
d20ed5fd57
@ -1,3 +1,7 @@
|
||||
2019-06-18 Tom Tromey <tromey@adacore.com>
|
||||
|
||||
* gdb.base/list0.h: Add comment explaining control character.
|
||||
|
||||
2019-06-18 Tom de Vries <tdevries@suse.de>
|
||||
|
||||
* boards/fission.exp: Break up long debug_flags line.
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
extern void bar(int);
|
||||
static void foo (int x)
|
||||
/* !
|
||||
/* ! the next line has a control character, see PR symtab/24423.
|
||||
|
||||
! */
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user