From: Bruno Haible Date: Fri, 10 May 2019 20:08:54 +0000 (+0200) Subject: intl: Remove obsolete code. X-Git-Tag: v0.20.1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a741d28ddc9e6403796b424c569a5f7a6915e487;p=thirdparty%2Fgettext.git intl: Remove obsolete code. * gettext-runtime/intl/plural.y: Assume bison >= 2.0. --- diff --git a/gettext-runtime/intl/plural.y b/gettext-runtime/intl/plural.y index 3ad7c900e..a712255af 100644 --- a/gettext-runtime/intl/plural.y +++ b/gettext-runtime/intl/plural.y @@ -1,6 +1,6 @@ %{ /* Expression parsing for plural form selection. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2019 Free Software Foundation, Inc. Written by Ulrich Drepper , 2000. This program is free software: you can redistribute it and/or modify @@ -16,15 +16,6 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ -/* For bison < 2.0, the bison generated parser uses alloca. AIX 3 forces us - to put this declaration at the beginning of the file. The declaration in - bison's skeleton file comes too late. This must come before - because may include arbitrary system headers. - This can go away once the AM_INTL_SUBDIR macro requires bison >= 2.0. */ -#if defined _AIX && !defined __GNUC__ - #pragma alloca -#endif - #ifdef HAVE_CONFIG_H # include #endif