Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #14857 > unrolled thread
| Started by | Andreas Schwab <schwab@linux-m68k.org> |
|---|---|
| First post | 2018-11-27 23:55 +0100 |
| Last post | 2018-11-27 23:55 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to gnu.bash.bug
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Bash-5.0-beta2 available for download Andreas Schwab <schwab@linux-m68k.org> - 2018-11-27 23:55 +0100
| From | Andreas Schwab <schwab@linux-m68k.org> |
|---|---|
| Date | 2018-11-27 23:55 +0100 |
| Subject | Re: Bash-5.0-beta2 available for download |
| Message-ID | <mailman.4758.1543359359.1284.bug-bash@gnu.org> |
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 top | Article view | gnu.bash.bug
csiph-web