diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-01-25 09:27:56 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-05-21 07:03:51 +0100 |
commit | 6e1287864cd02fb6f429f12a995e1c08e03572b9 (patch) | |
tree | 26a68af882fe54347da6600cc410256b1d6cc625 /regexp.h | |
parent | 601dfd0af0604fa7ed2cabe7f33a232b9b3908c0 (diff) | |
download | perl-6e1287864cd02fb6f429f12a995e1c08e03572b9.tar.gz |
In the SV body, exchange the positions of the NV and stash/magic.
Diffstat (limited to 'regexp.h')
-rw-r--r-- | regexp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ typedef struct regexp_paren_pair { typedef struct regexp { _XPV_HEAD; - _XPVMG_HEAD; + union _xivu xiv_u; _REGEXP_COMMON; } regexp; |