diff options
author | Tollef Fog Heen <tfheen@err.no> | 2008-03-23 17:34:33 +0100 |
---|---|---|
committer | Tollef Fog Heen <tfheen@err.no> | 2008-03-23 17:34:33 +0100 |
commit | 89932ecfcfc31392884171008d8265ada2631249 (patch) | |
tree | a74ee8dfe8147749d209d5862626a2cd2bc0540e /ChangeLog | |
parent | b4cdd181659fa9764736a27af6ddf4a0734075b3 (diff) |
2008-03-23 Tollef Fog Heen <tfheen@err.no>
* main.c (main): Fix small portability problem by defining all the
variables in main that are used in the static initialiser as
static variables. This makes the IRIX/mipseb compiler happier.
Thanks to Roland Illig of NetBSD for the patch. This doesn't
apply to some of the Win32 variables, but I don't believe that is
a problem with the existing compilers there.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2008-03-23 Tollef Fog Heen <tfheen@err.no> + + * main.c (main): Fix small portability problem by defining all the + variables in main that are used in the static initialiser as + static variables. This makes the IRIX/mipseb compiler happier. + Thanks to Roland Illig of NetBSD for the patch. This doesn't + apply to some of the Win32 variables, but I don't believe that is + a problem with the existing compilers there. + 2008-01-31 Tollef Fog Heen <tfheen@err.no> * configure.in: If prefix is unset, add /usr/lib/pkgconfig and |