128-bit AVX2 SIMD for AMD Ryzen
[gromacs.git] / src / gromacs / selection / parser.patch
blobaa57eb089df2a6a4dd9188a6ae1f0a40f182ee60
1 --- parser.cpp 2014-11-03 06:56:28.000000000 +0200
2 +++ parser.cpp 2014-11-03 06:57:35.000000000 +0200
3 @@ -437,7 +437,7 @@
6 #if (! defined yyoverflow \
7 - && (! defined __cplusplus \
8 + && (! defined __cplusplus || defined GMX_YYFORCE_C_STACK_EXTENSION \
9 || (defined YYLTYPE_IS_TRIVIAL && YYLTYPE_IS_TRIVIAL \
10 && defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL)))
12 @@ -955,7 +955,7 @@
13 static void
14 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, void *scanner)
16 - FILE *yyo = yyoutput;
17 + FILE *yyo gmx_unused = yyoutput;
18 YYUSE (yyo);
19 YYUSE (yylocationp);
20 YYUSE (scanner);