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 (from parent 1:
def5f8a
)
fix a comment typo: s/MYCXT/MY_CXT/
author
David Mitchell
<davem@iabyn.com>
Mon, 13 Feb 2012 12:12:39 +0000
(12:12 +0000)
committer
David Mitchell
<davem@iabyn.com>
Mon, 13 Feb 2012 12:29:52 +0000
(12:29 +0000)
perl.h
patch
|
blob
|
blame
|
history
diff --git
a/perl.h
b/perl.h
index
fe1eaec
..
7d0548a
100644
(file)
--- a/
perl.h
+++ b/
perl.h
@@
-5521,7
+5521,7
@@
typedef struct am_table_short AMTS;
/* This macro must be used to access members of the my_cxt_t structure.
/* This macro must be used to access members of the my_cxt_t structure.
- * e.g. MYCXT.some_data */
+ * e.g. MY
_
CXT.some_data */
# define MY_CXT (*my_cxtp)
/* Judicious use of these macros can reduce the number of times dMY_CXT
# define MY_CXT (*my_cxtp)
/* Judicious use of these macros can reduce the number of times dMY_CXT