From: Jarkko Hietaniemi Date: Mon, 2 Nov 1998 08:35:29 +0000 (+0000) Subject: Detrail enum comma. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=64a0062a60726053d579d6ef49cb74b298839d3b;p=p5sagit%2Fp5-mst-13.2.git Detrail enum comma. p4raw-id: //depot/cfgperl@2178 --- diff --git a/perl.h b/perl.h index 9860c9b..04647a3 100644 --- a/perl.h +++ b/perl.h @@ -2505,7 +2505,8 @@ enum { to_sv_amg, to_av_amg, to_hv_amg, to_gv_amg, to_cv_amg, iter_amg, - max_amg_code, + max_amg_code + /* Do not leave a trailing comma here. C9X allows it, C89 doesn't. */ }; #define NofAMmeth max_amg_code