Eric Blake wrote: > 2006-11-09 Eric Blake <[EMAIL PROTECTED]> > > * hello.c (main): Use atexit, to avoid warning with 'gcc -Wall > -Werror'. > (my_exit): Delete, no longer needed. >
I support this patch. Using 'atexit' leads to more maintainable code than pervasive use of 'my_exit'. > Also, you may want to get rid of the space-tab formatting errors in your > ChangeLog. Also this one: --- tests/ChangeLog.bak 2006-08-23 15:45:59.000000000 +0200 +++ tests/ChangeLog 2006-11-09 17:27:58.000000000 +0100 @@ -13,7 +13,7 @@ 2006-08-22 Bruno Haible <[EMAIL PROTECTED]> - * greeting-moon: New file. + * greeting-2: New file. * Makefile.am (TESTS): Add it. 2006-08-13 Karl Berry <[EMAIL PROTECTED]>