This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add note to regexp.h that modifying RXf_ type flags requires a regen.pl or regcomp...
authorYves Orton <demerphq@gmail.com>
Sat, 18 Aug 2007 11:31:08 +0000 (11:31 +0000)
committerYves Orton <demerphq@gmail.com>
Sat, 18 Aug 2007 11:31:08 +0000 (11:31 +0000)
commitcb5027f237ed663619961a40ff9aeefc9e3e71bb
treee3373cfb0f5a81ba99b1a32c6953ec5872c6112a
parent6b1735164b8763a48a594aea37552f0f17eeeba5
Add note to regexp.h that modifying RXf_ type flags requires a regen.pl or regcomp.pl to update regnodes.h

Currently the *NIX makefiles are not set up to update regnodes.h automatically when regexp.h is modified.
This at least warns people modifying the list about what they should do. A better solution is needed.

p4raw-id: //depot/perl@31734
regexp.h