Commit 594190cb0d9ea2cfcf9689f4e1abaf21dead8f87

Derek R. Price 2005-09-15T19:14:23

* regex_internal.h: Blank `pure' for GNUC < 3. * regex_internal.c: Ditto, using this... (__GNUC_PREREQ): ...new macro. * regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1 using... (__GNUC_PREREQ): ...this new macro.