# HG changeset patch # User Mike Stump # Date 836435119 0 # Node ID 88900acd9f995d34165a697162f4a9c3094c2240 # Parent 0ebdc7e05bfd736576cecedd0d970bc5e5b536be formatting tweaks diff -r 0ebdc7e05bfd -r 88900acd9f99 src/alloca.c --- a/src/alloca.c Wed Jul 03 02:05:46 1996 +0000 +++ b/src/alloca.c Wed Jul 03 23:05:19 1996 +0000 @@ -180,7 +180,7 @@ #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 @@ #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)