Le vendredi 22 septembre 2006 à 14:25 +0200, Paolo Bonzini a écrit : > olivier blanc wrote: > > Le vendredi 15 septembre 2006 à 17:58 +0200, Paolo Bonzini a écrit : > > > > > >>> Funcs.st : the tile funcs.awk calls function gensub. This function > isn't > >>> known, but file snprintfv/gendoc.awk talks about it : > >>> What sould I do ? get the patch fome that file and implement it in > the > >>> funcs.awk, or someone of you already modified this ? > >>> > >>> > >> I haven't but there is only one line calling gensub, and it can be > >> replaced by gsub(/[ \t]+/, "", first_line[1]). > >> > > > > That's what I tried, but the generated file file Funcs.st is still > > empty... > > > The attached funcs.awk fixes all the mawk portability problems I could > find. > > Paolo > Ok that solved the problem.
Many thanks Olivier _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
