diff options
author | Phil Pennock <pdp@exim.org> | 2011-02-13 00:45:12 -0500 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2011-02-13 00:47:10 -0500 |
commit | 4d805ee9e5f51ced162cf23bd59878aa6dd831bf (patch) | |
tree | a6539137dfd2dffbb36a722a88c9d2d5088399c8 /doc/doc-txt | |
parent | f1e5fef536bdc2c5d84c4bc7852d6e948253ccaf (diff) |
Move lookup extern decls to file scope.
Should permit building on old gcc which dislikes extern inside function
scope.
Patch from Oliver Fleischmann, who encountered this with gcc 2.95.2.
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 63a73c9bb..3f7a38c56 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -51,6 +51,10 @@ PP/07 Bugzilla 1061: restrict error messages sent over SMTP to not reveal PP/08 Bugzilla 486: implement %M datestamping in log filenames. Patch from Simon Arlott. +PP/09 New lookups functionality failed to compile on old gcc which rejects + extern declarations in function scope. + Patch from Oliver Fleischmann + Exim version 4.74 ----------------- |