From: Mark Seaborn Date: Wed, 3 Jul 1996 23:05:19 +0000 (+0000) Subject: formatting tweaks X-Git-Tag: 3.74.5~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56162c4968c9421c4128ee13c1cd9b2281f6e001;p=thirdparty%2Fmake.git formatting tweaks --- diff --git a/alloca.c b/alloca.c index 31fb4e0d..8f98b73d 100644 --- a/alloca.c +++ b/alloca.c @@ -180,7 +180,7 @@ alloca (size) #endif /* Reclaim garbage, defined as all alloca'd storage that - was allocated from deeper in the stack than currently. */ + was allocated from deeper in the stack than currently. */ { register header *hp; /* Traverses linked list. */ @@ -350,7 +350,7 @@ struct stk_trailer #ifdef CRAY2 /* Determine a "stack measure" for an arbitrary ADDRESS. - I doubt that "lint" will like this much. */ + I doubt that "lint" will like this much. */ static long i00afunc (long *address)