From: Alan W. I. <ai...@us...> - 2001-01-30 01:59:31
|
Update of /cvsroot/plplot/plplot/examples/f77 In directory usw-pr-cvs1:/tmp/cvs-serv21989/examples/f77 Modified Files: x03f.fm4 x12f.fm4 Log Message: Adjust for deficiencies in solaris m4 (does not have useful system command so must make default implicit none) and solaris f77 compiler which is completed screwed up (segfault) by implicit character(a-z). Also, must now quote len which solaris m4 otherwise recognizes as a macro. |