p4raw-id: //depot/perl@11215
/* check if there's an identifier for us to look at */
if (PL_pending_ident)
- return pending_ident(aTHX);
+ return S_pending_ident(aTHX);
/* no identifier pending identification */
#pragma segment Main
#endif
-int S_pending_ident(pTHX)
+static int
+S_pending_ident(pTHX)
{
register char *d;
register I32 tmp;