Re: bash-4.0: fix internal_swtrmatch() prototype issues

2009-02-22 Thread Mike Frysinger
On Sunday 22 February 2009 16:49:01 Chet Ramey wrote: Mike Frysinger wrote: the internal_wstrmatch() prototype should be moved to lib/globl/strmatch.h as more than just strmatch.c uses this function (smatch.c uses it as well). No. If you look at how smatch.c is compiled, you'll see that

bash-4.0: fix internal_swtrmatch() prototype issues

2009-02-21 Thread Mike Frysinger
the internal_wstrmatch() prototype should be moved to lib/globl/strmatch.h as more than just strmatch.c uses this function (smatch.c uses it as well). -mike move prototypes around so they show up when needed --- a/lib/glob/strmatch.c +++ b/lib/glob/strmatch.c @@ -25,9 +25,6 @@ #include