From: Paul K. <pki...@us...> - 2003-02-20 23:03:59
|
Update of /cvsroot/octave/octave-forge/main/signal In directory sc8-pr-cvs1:/tmp/cvs-serv12001/main/signal Modified Files: remez.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. |