diff options
author | Pavel Roskin <proskin@src.gnome.org> | 2001-06-14 03:17:16 +0800 |
---|---|---|
committer | Pavel Roskin <proskin@src.gnome.org> | 2001-06-14 03:17:16 +0800 |
commit | 98c843107b167bb35a67eef26bc76a979a0478be (patch) | |
tree | 9fddfcfa0c0844d7a403293290634ed9ab3bb4cc /macros/ChangeLog | |
parent | 6bbcfe409475a5450fbe414ef1af7de5a6b35864 (diff) | |
download | gsoc2013-evolution-98c843107b167bb35a67eef26bc76a979a0478be.tar.gz gsoc2013-evolution-98c843107b167bb35a67eef26bc76a979a0478be.tar.zst gsoc2013-evolution-98c843107b167bb35a67eef26bc76a979a0478be.zip |
Always explicitly declare main() with the return type `int'. Don't use
* gnome-fileutils.m4: Always explicitly declare main() with the
return type `int'. Don't use exit() since it may be undeclared.
Use `return' instead.
* gnome-pilot.m4: Likewise.
* gperf-check.m4: Likewise.
* linger.m4: Likewise.
svn path=/trunk/; revision=10209
Diffstat (limited to 'macros/ChangeLog')
-rw-r--r-- | macros/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog index 0f471ffd63..f8274d4477 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,12 @@ +2001-06-13 Pavel Roskin <proski@gnu.org> + + * gnome-fileutils.m4: Always explicitly declare main() with the + return type `int'. Don't use exit() since it may be undeclared. + Use `return' instead. + * gnome-pilot.m4: Likewise. + * gperf-check.m4: Likewise. + * linger.m4: Likewise. + 2001-06-01 Peter Williams <peterw@ximian.com> * autogen.sh: s,Gnome,$PKG_NAME,g |