Bison's -pPREFIX -- which, incidentally, this parser is not using -- does *not*
miss YYSTYPE. Upcoming changes expose that this detrimentally interferes with
attempts to properly prefix the expr parser. Related to #1806.
#define extern extern __IMPORT__
#endif
-/*
- * bison -pPREFIX misses YYSTYPE
- */
-
-#if defined(YYSTYPE) || defined(YYBISON)
-#define EXSTYPE YYSTYPE
-#else
-#include <exparse.h>
-#if defined(YYSTYPE) || defined(yystype)
-#define EXSTYPE YYSTYPE
-#endif
-#endif
-
#include "exparse.h"
#undef extern