From: Alan W. I. <ai...@us...> - 2001-01-30 01:59:30
|
Update of /cvsroot/plplot/plplot/bindings/f77 In directory usw-pr-cvs1:/tmp/cvs-serv21989/bindings/f77 Modified Files: fmacs.m4 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. |