Work around what appears to be a gcc 4.9.0 defect.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4036 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville 2014-04-16 16:43:52 +00:00
parent d157c20016
commit 3b8c9c0f0e
1 changed files with 141 additions and 140 deletions

View File

@ -14,12 +14,13 @@ program jt9
character(len=500) optarg, infile
integer*4 arglen,stat,offset,remain
logical :: shmem = .false., read_files = .false., have_args = .false.
type (option) :: long_options (0)
common/jt9com/ss(184,NSMAX),savg(NSMAX),id2(NMAX),nutc,ndiskdat,ntr, &
mousefqso,newdat,nfa,nfsplit,nfb,ntol,kin,nzhsym,nsynced,ndecoded
common/tracer/limtrace,lu
do
call getopt('s:e:a:r:p:d:f:',(/type(option) ::/),c,optarg,arglen,stat,offset,remain)
call getopt('s:e:a:r:p:d:f:',long_options,c,optarg,arglen,stat,offset,remain)
if (stat .ne. 0) then
exit
end if