Actuyally I've heard this complaint only about Next systems, so I
suspect it's a Next-ism. Also, I don't see where the Next's re_match
would be used.
> Is there any chance that this could be changed in the Python distribution
> so that there isn't this name clash?
I am currently source compatible with the Emacs regex implementation
-- if you want faster regexp's you can replace my regexpr.c (actually
by Tatu Ylonen <ylo@ngs.fi>) with the Emacs file. (I don't use the
Emacs one because I am not a fan of the GNU copyright. No flames
please: this policy has earned Python a lot of points in some
commercial environments.)
So changing the names isn't really an option. Can't you add
-Dre_match=reg_match to CFLAGS?
--Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>
<URL:http://www.cwi.nl/cwi/people/Guido.van.Rossum.html>