From 98c843107b167bb35a67eef26bc76a979a0478be Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Wed, 13 Jun 2001 19:17:16 +0000 Subject: 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 --- macros/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'macros/ChangeLog') 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 + + * 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 * autogen.sh: s,Gnome,$PKG_NAME,g -- cgit