Always explicitly declare main() with the return type `int'. Don't use
authorPavel Roskin <proskin@src.gnome.org>
Wed, 13 Jun 2001 19:17:16 +0000 (19:17 +0000)
committerPavel Roskin <proskin@src.gnome.org>
Wed, 13 Jun 2001 19:17:16 +0000 (19:17 +0000)
commit89b5f842b950e5bdad7b6561cf0281e2be48d27b
tree5479afeb13210180997f0a924178a4b23a0eb32f
parent164775f05c4ac3c36275478f864af5d1e7e0cf86
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=1791
macros/ChangeLog
macros/gnome-fileutils.m4
macros/gnome-pilot.m4
macros/gperf-check.m4
macros/linger.m4