mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-12-21 20:03:33 +01:00
Updated regexp for type
This commit is contained in:
parent
ba1a2837aa
commit
76946321d6
@ -46,7 +46,7 @@ re_decl = re.compile( "".join( [ r"^\ *",
|
||||
r"|intrinsic *(::)?",
|
||||
r"|external *(::)?",
|
||||
r"|equivalence *(::)?",
|
||||
r"|type",
|
||||
r"|type ?\(",
|
||||
r"|end ?type",
|
||||
r")[^=(]"
|
||||
] ) )
|
||||
|
Loading…
Reference in New Issue
Block a user