Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #14857

Re: Bash-5.0-beta2 available for download

From Andreas Schwab <schwab@linux-m68k.org>
Newsgroups gnu.bash.bug
Subject Re: Bash-5.0-beta2 available for download
Date 2018-11-27 23:55 +0100
Message-ID <mailman.4758.1543359359.1284.bug-bash@gnu.org> (permalink)
References <181127182438.AA13183.SM@caleb.ins.cwru.edu>

Show all headers | View raw


Index: bash-5.0-beta2/expr.c
===================================================================
--- bash-5.0-beta2.orig/expr.c
+++ bash-5.0-beta2/expr.c
@@ -342,7 +342,7 @@ expr_bind_variable (lhs, rhs)
 #if defined (ARRAY_VARS)
 /* This is similar to the logic in arrayfunc.c:valid_array_subscript when
    you pass VA_NOEXPAND. */
-static char *
+static int
 expr_skipsubscript (vp, cp)
      char *vp, *cp;
 {

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."

Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread


Thread

Re: Bash-5.0-beta2 available for download Andreas Schwab <schwab@linux-m68k.org> - 2018-11-27 23:55 +0100

csiph-web