diff options
author | Peter Diener <diener@cct.lsu.edu> | 2019-03-04 15:52:44 (GMT) |
---|---|---|
committer | Peter Diener <diener@cct.lsu.edu> | 2019-03-04 15:52:44 (GMT) |
commit | 39696fb565547639be518a9f92525904118b55c1 (patch) | |
tree | d643821bc7a7e2ad1ab53240372ec8d6526fd0eb /test/Deprecated/SourceCode/SourceCode.py | |
parent | d6f6ae54248286a4501f683654f1bc54a2ade591 (diff) | |
download | SCons-39696fb565547639be518a9f92525904118b55c1.zip SCons-39696fb565547639be518a9f92525904118b55c1.tar.gz SCons-39696fb565547639be518a9f92525904118b55c1.tar.bz2 |
Fix issue #3135.
This fixes issue #3135 regarding the issue with using type bound
procedures in Fortran submodules. The fix consists of changing the
regex used in the scanner and the emitter to ignore lines starting
with:
module subroutine
and
module function
as these are used to define type bound procedures instead of modules
named 'subroutine' or 'function'. The regex is case insensitive.
Diffstat (limited to 'test/Deprecated/SourceCode/SourceCode.py')
0 files changed, 0 insertions, 0 deletions