mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-25 05:29:47 +00:00
formatting tweaks
This commit is contained in:
parent
f78bcc2e72
commit
56162c4968
1 changed files with 2 additions and 2 deletions
4
alloca.c
4
alloca.c
|
@ -180,7 +180,7 @@ alloca (size)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Reclaim garbage, defined as all alloca'd storage that
|
/* 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. */
|
register header *hp; /* Traverses linked list. */
|
||||||
|
@ -350,7 +350,7 @@ struct stk_trailer
|
||||||
|
|
||||||
#ifdef CRAY2
|
#ifdef CRAY2
|
||||||
/* Determine a "stack measure" for an arbitrary ADDRESS.
|
/* 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
|
static long
|
||||||
i00afunc (long *address)
|
i00afunc (long *address)
|
||||||
|
|
Loading…
Reference in a new issue