* 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
/* 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