Enums.st : I had to modify the file cpp.awk as follow :
replace line 48
while (sub (/\/\*[^*]*\*+[^/*]/, "/* "))
by
while (sub (/\/\*[^*]*\*+[^\/*]/, "/* "))
Applied, thanks.
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]).
Paolo
_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk