From: Jeff Law Date: Fri, 14 Nov 1997 17:59:57 +0000 (-0700) Subject: add missing comment from devo. X-Git-Tag: releases/libf2c-0.5.21~563 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df4791b95d453db88e1db9ffb9315b6fa00d69f6;p=thirdparty%2Fgcc.git add missing comment from devo. From-SVN: r16499 --- diff --git a/gcc/cp/spew.c b/gcc/cp/spew.c index b8280a27fa19..ce884def14a0 100644 --- a/gcc/cp/spew.c +++ b/gcc/cp/spew.c @@ -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;