This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move CHECK_WORD in regcomp.c to a more generic memEQs() in handy.h
authorNicholas Clark <nick@ccl4.org>
Fri, 23 Mar 2007 16:55:13 +0000 (16:55 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 23 Mar 2007 16:55:13 +0000 (16:55 +0000)
commit568a785aea241a073c29598a27f44ca0be3e7591
tree4a2835faf4cdc6e16017c06b97c3cc2180b94bce
parentb0ca24ee9834c59905841bc9a868f799da15f1bc
Move CHECK_WORD in regcomp.c to a more generic memEQs() in handy.h
and provide memNEs() too.

p4raw-id: //depot/perl@30726
handy.h
regcomp.c