mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-12-22 04:13: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"|intrinsic *(::)?",
|
||||||
r"|external *(::)?",
|
r"|external *(::)?",
|
||||||
r"|equivalence *(::)?",
|
r"|equivalence *(::)?",
|
||||||
r"|type",
|
r"|type ?\(",
|
||||||
r"|end ?type",
|
r"|end ?type",
|
||||||
r")[^=(]"
|
r")[^=(]"
|
||||||
] ) )
|
] ) )
|
||||||
|
Loading…
Reference in New Issue
Block a user