changeset 29283:aa645ebc7b29

eliminate extra YYUSE on default missed when merging 59696b24ea53 from stable
author John W. Eaton <jwe@octave.org>
date Sun, 10 Jan 2021 14:22:16 -0500
parents 0280fd549502
children 4b0c5070a332
files libinterp/parse-tree/oct-parse.yy
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/parse-tree/oct-parse.yy	Thu Jan 07 01:30:18 2021 -0500
+++ b/libinterp/parse-tree/oct-parse.yy	Sun Jan 10 14:22:16 2021 -0500
@@ -1341,7 +1341,7 @@
 
 spmd_command    : SPMD stash_comment opt_sep opt_list END
                   {
-                    YYUSE ($3);
+                    OCTAVE_YYUSE ($3);
 
                     octave::comment_list *lc = $2;
                     octave::comment_list *tc = lexer.get_comment ();