]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
AIX 3 alloca now done in liballoca.h.
authorBruno Haible <bruno@clisp.org>
Tue, 8 Jan 2002 10:50:21 +0000 (10:50 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 22:38:59 +0000 (00:38 +0200)
src/ChangeLog
src/write-mo.c

index 4092e492cb60102ec2f4032ff9cf1fbce46447f9..ee8cfe47e4ba59debd5f14626741b7f40dceeeb2 100644 (file)
        * 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
index a4b6d9c1bce7ca535998b79ec8b451fa370cbc5d..0127d47c1318833cc706f46c04c2d7126b53ef70 100644 (file)
@@ -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 <drepper@gnu.ai.mit.edu>, April 1995.
 
    This program is free software; you can redistribute it and/or modify
    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 <config.h>
 #endif