summaryrefslogtreecommitdiff
path: root/alloca.c
diff options
context:
space:
mode:
authorMark Seaborn <mrs@mythic-beasts.com>1996-07-03 23:05:19 +0000
committerMark Seaborn <mrs@mythic-beasts.com>1996-07-03 23:05:19 +0000
commit56162c4968c9421c4128ee13c1cd9b2281f6e001 (patch)
treecbac33ca976d9158808e7c961389f88a99cd03b2 /alloca.c
parentf78bcc2e7248a6aa3ddad55fb06dd2100166be1b (diff)
downloadgunmake-56162c4968c9421c4128ee13c1cd9b2281f6e001.tar.gz
formatting tweaks
Diffstat (limited to 'alloca.c')
-rw-r--r--alloca.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/alloca.c b/alloca.c
index 31fb4e0..8f98b73 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)