projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2820d88
)
Detrail enum comma.
Jarkko Hietaniemi [Mon, 2 Nov 1998 08:35:29 +0000 (08:35 +0000)]
p4raw-id: //depot/cfgperl@2178
perl.h
patch
|
blob
|
blame
|
history
diff --git
a/perl.h
b/perl.h
index
9860c9b
..
04647a3
100644
(file)
--- 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