]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - intl/plural-exp.h
intl: Unbreak intl build with bison 3 when no regeneration is needed [PR92008]
[thirdparty/gcc.git] / intl / plural-exp.h
index e27c28050937889cf5a8595406da0649e6061b94..2dbb104099efaa0188aa52a910697a95ce10e3d9 100644 (file)
@@ -20,6 +20,8 @@
 #ifndef _PLURAL_EXP_H
 #define _PLURAL_EXP_H
 
+#include <plural-config.h>
+
 #ifndef PARAMS
 # if __STDC__ || defined __GNUC__ || defined __SUNPRO_C || defined __cplusplus || __PROTOTYPES
 #  define PARAMS(args) args
@@ -111,7 +113,7 @@ struct parse_args
 
 extern void FREE_EXPRESSION PARAMS ((struct expression *exp))
      internal_function;
-#ifdef HAVE_BISON3
+#ifdef USE_BISON3
 extern int PLURAL_PARSE PARAMS ((struct parse_args *arg));
 #else
 extern int PLURAL_PARSE PARAMS ((void *arg));