From: Paul K. <pki...@us...> - 2003-02-20 23:04:01
|
Update of /cvsroot/octave/octave-forge/main/strings In directory sc8-pr-cvs1:/tmp/cvs-serv12001/main/strings Modified Files: regexp.cc Log Message: Use of "T x[n]" where n is not constant is a g++ extension so replace it with OCTAVE_LOCAL_BUFFER(T,x,n), and other things to keep the picky MipsPRO CC compiler happy. |