This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make REGEXP a type distinct from SV. (Much like AV, CV, GV, HV).
authorNicholas Clark <nick@ccl4.org>
Sat, 5 Jan 2008 22:33:12 +0000 (22:33 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 5 Jan 2008 22:33:12 +0000 (22:33 +0000)
commitd2f13c598f9812cd520097e22d819d1b9f7b0cb6
tree51c2739d4fe37c20fc90e087816461a35cf48e5a
parent62a1a1efb41483ae8589f3158be0ce9a1c21e8e2
Make REGEXP a type distinct from SV. (Much like AV, CV, GV, HV).

p4raw-id: //depot/perl@32861
perl.h
pp_ctl.c
pp_hot.c
regcomp.c
regexec.c
sv.c
sv.h
util.c