* proc-events.c: Fix several coding-style issues. Consistently
use #ifdef instead of #if defined(). (proc_prettyfprint_fault, proc_prettyfprint_faultset): Use ARRAY_SIZE. (_initialize_proc_events): New prototype.
This commit is contained in:
parent
7a9525427b
commit
c18c06be5e
2 changed files with 522 additions and 526 deletions
|
@ -1,5 +1,11 @@
|
||||||
2004-10-28 Mark Kettenis <kettenis@jive.nl>
|
2004-10-28 Mark Kettenis <kettenis@jive.nl>
|
||||||
|
|
||||||
|
* proc-events.c: Fix several coding-style issues. Consistently
|
||||||
|
use #ifdef instead of #if defined().
|
||||||
|
(proc_prettyfprint_fault, proc_prettyfprint_faultset): Use
|
||||||
|
ARRAY_SIZE.
|
||||||
|
(_initialize_proc_events): New prototype.
|
||||||
|
|
||||||
* proc-why.c: Fix several coding-style issues.
|
* proc-why.c: Fix several coding-style issues.
|
||||||
(proc_prettyfprint_why): Use ARRAY_SIZE.
|
(proc_prettyfprint_why): Use ARRAY_SIZE.
|
||||||
|
|
||||||
|
|
1020
gdb/proc-events.c
1020
gdb/proc-events.c
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue