From: H.Merijn Brand Date: Fri, 4 Oct 2002 13:30:17 +0000 (+0000) Subject: Non ANSI feature detection in enum X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=abd09b040152a602af03b16a52533ea7fefb2da7;p=p5sagit%2Fp5-mst-13.2.git Non ANSI feature detection in enum p4raw-id: //depot/perl@17975 --- diff --git a/pad.h b/pad.h index abefde5..39b77d4 100644 --- a/pad.h +++ b/pad.h @@ -37,7 +37,7 @@ typedef U64TYPE PADOFFSET; typedef enum { padnew_CLONE = 1, /* this pad is for a cloned CV */ padnew_SAVE = 2, /* save old globals */ - padnew_SAVESUB = 4, /* also save extra stuff for start of sub */ + padnew_SAVESUB = 4 /* also save extra stuff for start of sub */ } padnew_flags; /* values for the pad_tidy() function */