X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fexit.h;h=e8f7738838d26ea76bad538ff07869b30ed4d602;hb=a0a86efb418fd595d9154cf6ca70c78ea777afb9;hp=4e8d465165465786009107a87932934aeaed743c;hpb=f22c999cb007b0d6f16e504c65083385745fcecd;p=gnulib.git diff --git a/lib/exit.h b/lib/exit.h index 4e8d46516..e8f773883 100644 --- a/lib/exit.h +++ b/lib/exit.h @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef _EXIT_H #define _EXIT_H @@ -21,7 +21,7 @@ /* Get exit() declaration. */ #include -/* Some systems do not define EXIT_*, even with STDC_HEADERS. */ +/* Some systems do not define EXIT_*, despite otherwise supporting C89. */ #ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 #endif