summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1998-11-02 08:35:29 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1998-11-02 08:35:29 +0000
commit64a0062a60726053d579d6ef49cb74b298839d3b (patch)
tree8bc079e91cbc459fdcb1c6b7d6da90b128e1f7ed
parent2820d885477866096912ca609ab15de0f36ced5b (diff)
downloadperl-64a0062a60726053d579d6ef49cb74b298839d3b.tar.gz
Detrail enum comma.
p4raw-id: //depot/cfgperl@2178
-rw-r--r--perl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index 9860c9b00f..04647a3654 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