>+ string str = string_val.to_string(&env); >+ int length = 0; >+ int offsets[str.length() + 1];
We didn't use any variable length array before, which is compiler dependent. Maybe you can replace it with std::vector or some other containers. We met this before. See patch#6149. http://savannah.gnu.org/patch/index.php?6149 zou On 8/20/07, strk <[EMAIL PROTECTED]> wrote: > On Mon, Aug 20, 2007 at 03:25:10AM +0000, Chad Musick wrote: > > CVSROOT: /sources/gnash > > Module name: gnash > > Changes by: Chad Musick <cmusick> 07/08/20 03:25:10 > > > > Modified files: > > server/vm : ASHandlers.cpp ASHandlers.h > > Chad, please update the ChangeLog with any commit. We're doing that manually. > > --strk; > > > > _______________________________________________ > Gnash-commit mailing list > Gnash-commit@gnu.org > http://lists.gnu.org/mailman/listinfo/gnash-commit > _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit