Author :
Bogdan
Date :
2024-02-07 14:56:25
Hash :efb9f7b2 Message :test: protect more yacc declarations against C vs. C++ linkage.
Fix for more of https://bugs.gnu.org/68832.
* t/yacc-clean-cxx.sh: more #ifdef of yylex, etc., following
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62886,
now for OpenIndiana. Specifically:
#if (defined __cplusplus) && ((!defined __sun) || (defined __EXTERN_C__))
* t/yacc-cxx.sh: likewise.
* t/yacc-d-cxx.sh: likewise.
* t/yacc-mix-c-cxx.sh: likewise.