From: Bruno Haible Date: Tue, 8 Jan 2002 10:50:21 +0000 (+0000) Subject: AIX 3 alloca now done in liballoca.h. X-Git-Tag: v0.11~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94038f3c1e911e06ce674f1c36a73e39ce632890;p=thirdparty%2Fgettext.git AIX 3 alloca now done in liballoca.h. --- diff --git a/src/ChangeLog b/src/ChangeLog index 4092e492c..ee8cfe47e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -201,7 +201,6 @@ * format-lisp.c (parse_upto): Fix prototype. char promotes to int. * po-lex.c (mb_iseq, mb_setascii): Likewise. * po-hash-gen.y: alloca fix for AIX 3. - * write-mo.c: Likewise. * x-lisp.c (syntax_code_of, read_char_syntax, attribute_of, is_number): Move prototypes, to avoid compilation errors on AIX 3. (syntax_code_of, attribute_of): Fix prototype. unsigned char promotes diff --git a/src/write-mo.c b/src/write-mo.c index a4b6d9c1b..0127d47c1 100644 --- a/src/write-mo.c +++ b/src/write-mo.c @@ -1,5 +1,5 @@ /* Writing binary .mo files. - Copyright (C) 1995-1998, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc. Written by Ulrich Drepper , April 1995. This program is free software; you can redistribute it and/or modify @@ -16,11 +16,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* AIX 3 forces us to put this declaration at the beginning of the file. */ -#if defined _AIX && !defined __GNUC__ - #pragma alloca -#endif - #ifdef HAVE_CONFIG_H # include #endif