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