Re: [PATCH]coding standards

2001-09-14 Thread Simon Cozens
On Thu, Sep 13, 2001 at 01:57:09PM -0500, Gibbs Tanton - tgibbs wrote: > I'll keep looking for other coding standard changes. Woohoo! Applied with much thanks! Simon

[PATCH]coding standards

2001-09-13 Thread Gibbs Tanton - tgibbs
This patch implements some of the coding standards in an earlier PDD. Functions such as Allocate_Aligned were changed to lowercase, and all functions in memory.{h,c} had mem_ prepended to them. The only thing I didn't really try to fix were the #define's being lowercase (such as sys_memcopy). I