]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
add missing comment from devo.
authorJeff Law <law@gcc.gnu.org>
Fri, 14 Nov 1997 17:59:57 +0000 (10:59 -0700)
committerJeff Law <law@gcc.gnu.org>
Fri, 14 Nov 1997 17:59:57 +0000 (10:59 -0700)
From-SVN: r16499

gcc/cp/spew.c

index b8280a27fa19abf7136961280e2265710136397f..ce884def14a085de1ea9a73bffbb6abdfeb7eff8 100644 (file)
@@ -189,6 +189,8 @@ scan_tokens (n)
     }
 }
 
+/* Like _obstack_allocated_p, but stop after checking NLEVELS chunks.  */
+
 static int
 probe_obstack (h, obj, nlevels)
      struct obstack *h;