]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/varobj.h
Fix ARI warning about function names in first column.
authorPierre Muller <muller@sourceware.org>
Mon, 14 Mar 2011 16:55:04 +0000 (16:55 +0000)
committerPierre Muller <muller@sourceware.org>
Mon, 14 Mar 2011 16:55:04 +0000 (16:55 +0000)
commit2021ad3a8c483c6dbd58652c9d72777712472fe7
treef0272cc316f96800c87d1e7f185a2a1bc1d07aeb
parent7371cf6d8db5a0c04550fc95b1acc87857ac348c
Fix ARI warning about function names in first column.
Put prototype declaration on same line as return type.
* objc-exp.y: Ditto.
* p-exp.y: Ditto.
* python/py-stopevent.h: Ditto.
For long function names, split parameters to allow function name
on same line as return type.
* solib-pa64.c: Ditto.
* varobj.c: Ditto.
* varobj.h: Ditto.
For long function declaration, use single line.
* hppa-tdep.h: Ditto.
* inferior.h: Ditto.
gdb/ChangeLog
gdb/hppa-tdep.h
gdb/inferior.h
gdb/objc-exp.y
gdb/p-exp.y
gdb/python/py-stopevent.h
gdb/solib-pa64.c
gdb/varobj.c
gdb/varobj.h