Re: sparc64: convert trap.c function defs from K&R to standard-style

2016-09-10 Thread Mark Kettenis
> Date: Sat, 10 Sep 2016 11:59:29 -0700 > From: Philip Guenther > > The functions here all have full prototypes in scope, so gcc is already > treating them as if they were standard-style definitions. While here, > s/__inline/inline/ as it's been 17 years since C99. > > ok? ok kettenis@ > A

sparc64: convert trap.c function defs from K&R to standard-style

2016-09-10 Thread Philip Guenther
The functions here all have full prototypes in scope, so gcc is already treating them as if they were standard-style definitions. While here, s/__inline/inline/ as it's been 17 years since C99. ok? A warning for those doing these sorts of K&R -> standard conversions: beware of argument orde