From 5f66b61cbe1f2ea985f00c0d9a66153e7a3b6ee1 Mon Sep 17 00:00:00 2001 From: Andy Lester Date: Thu, 9 Feb 2006 03:40:18 -0600 Subject: Trying my "remove the pTHXes" patch again Message-ID: <20060209154018.GA14610@petdance.com> p4raw-id: //depot/perl@27136 --- pp_sort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pp_sort.c') diff --git a/pp_sort.c b/pp_sort.c index 3ea07d57a0..48595886cb 100644 --- a/pp_sort.c +++ b/pp_sort.c @@ -1536,7 +1536,7 @@ PP(pp_sort) } } else { - PL_sortcop = Nullop; + PL_sortcop = NULL; stash = CopSTASH(PL_curcop); } -- cgit v1.2.1