changeset 32916:a6263da53f6a stable

* oct-parse.yy (classdef): Update OCTAVE_YYUSE for recent change.
author John W. Eaton <jwe@octave.org>
date Fri, 02 Feb 2024 11:23:22 -0500
parents 6fba256defcb
children f41297ca3e1a
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	Fri Feb 02 20:53:48 2024 -0500
+++ b/libinterp/parse-tree/oct-parse.yy	Fri Feb 02 11:23:22 2024 -0500
@@ -1847,7 +1847,7 @@
 
 classdef        : classdef_beg stash_comment attr_list identifier opt_sep superclass_list stash_comment class_body END
                   {
-                    OCTAVE_YYUSE ($4);
+                    OCTAVE_YYUSE ($5);
 
                     octave::comment_list *lc = $2;
                     octave::comment_list *tc = lexer.get_comment ();