Mercurial > hg > octave-kai > gnulib-hg
diff lib/ChangeLog @ 6235:4de50f89b2ac
* 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.
author | Derek R. Price <derek@ximbiot.com> |
---|---|
date | Thu, 15 Sep 2005 19:14:23 +0000 |
parents | 8938a14f38c1 |
children | 2643bd68eb2b |
line wrap: on
line diff
--- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,11 @@ 2005-09-15 Derek Price <derek@ximbiot.com> + * 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. + * strstr.h: Include string.h. Define strstr as a macro here. 2005-09-13 Derek Price <derek@ximbiot.com>