]> granicus.if.org Git - python/commit
Change [_Py_]re_compile_pattern() to return a char*.
authorGuido van Rossum <guido@python.org>
Wed, 3 Sep 1997 00:47:36 +0000 (00:47 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 3 Sep 1997 00:47:36 +0000 (00:47 +0000)
commitd19c04a88e8c4720818e3a01671547ffdde01c98
treef156ea25970151cae26ea4c4f8dce54fc781c87f
parent5ade0849020cc241fd6a9af47b7c84746440c1ed
Change [_Py_]re_compile_pattern() to return a char*.
Since it only returns an error message (or NULL) there's no reason
for it to be unsigned char *, and various compilers like this better.
Modules/regexmodule.c
Modules/regexpr.c
Modules/regexpr.h