* 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:
Mark Kettenis 2004-10-28 11:45:43 +00:00
parent 7a9525427b
commit c18c06be5e
2 changed files with 522 additions and 526 deletions

View File

@ -1,5 +1,11 @@
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_prettyfprint_why): Use ARRAY_SIZE.

File diff suppressed because it is too large Load Diff