This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
893dbd4
)
Non ANSI feature detection in enum
author
H.Merijn Brand
<h.m.brand@xs4all.nl>
Fri, 4 Oct 2002 13:30:17 +0000
(13:30 +0000)
committer
H.Merijn Brand
<h.m.brand@xs4all.nl>
Fri, 4 Oct 2002 13:30:17 +0000
(13:30 +0000)
p4raw-id: //depot/perl@17975
pad.h
patch
|
blob
|
blame
|
history
diff --git
a/pad.h
b/pad.h
index
abefde5
..
39b77d4
100644
(file)
--- 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 */