[OpenAFS-devel] rev 1.11 of vlprocs - the posix regex diff,
breaks redhat9 builds
Garrett Wollman
wollman@khavrinen.lcs.mit.edu
Wed, 12 Nov 2003 13:28:16 -0500 (EST)
<<On Wed, 12 Nov 2003 12:47:45 -0500 (EST), Derrick J Brashear <shadow@dementia.org> said:
> Everywhere?
> #ifdef REG_BASIC
> REG_BASIC |
> #endif
I think ERE syntax is actually preferable and much closer to POLA for
new users, but since the old interface supports only BRE syntax, I
made the use of the new interface compatible with the old.
The documentation says:
REG_BASIC This is a synonym for 0, provided as a counterpart to
REG_EXTENDED to improve readability.
...so I think it is safe to simply omit the REG_BASIC as suggested.
-GAWollman