]> code.delx.au - gnu-emacs/blobdiff - src/alloca.c
(compute_motion): When POS >= TO, don't call
[gnu-emacs] / src / alloca.c
index 31fb4e0d4e0685a0f34c3ce994f33e64591d2d50..8f98b73dbb90788101e7e83c2909ab60de28d719 100644 (file)
@@ -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)