p4raw-id: //depot/perl@34934
}
#endif /* ! VMS */
-bool
+static bool
S_ingroup(pTHX_ Gid_t testgid, bool effective)
{
#ifdef MACOS_TRADITIONAL
#define LINKLIST(o) ((o)->op_next ? (o)->op_next : linklist((OP*)o))
-OP *
+static OP *
S_linklist(pTHX_ OP *o)
{
OP *first;
return o->op_next;
}
-OP *
+static OP *
S_scalarkids(pTHX_ OP *o)
{
if (o && o->op_flags & OPf_KIDS) {
return o;
}
-OP *
+static OP *
S_listkids(pTHX_ OP *o)
{
if (o && o->op_flags & OPf_KIDS) {
return o;
}
-OP *
+static OP *
S_scalarseq(pTHX_ OP *o)
{
dVAR;
return o;
}
-OP *
+static OP *
S_fold_constants(pTHX_ register OP *o)
{
dVAR;
return o;
}
-OP *
+static OP *
S_gen_constant_list(pTHX_ register OP *o)
{
dVAR;
return newOP(OP_STUB, 0);
}
-OP *
+static OP *
S_force_list(pTHX_ OP *o)
{
if (!o || o->op_type != OP_LIST)
* to a shared TARG. Such an alias will change randomly and unpredictably.
* We avoid doing this until we can think of a Better Way.
* GSAR 97-10-29 */
-void
+static void
S_pad_reset(pTHX)
{
dVAR;
return message;
}
-OP *
+static OP *
S_vdie(pTHX_ const char* pat, va_list *args)
{
dVAR;