mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-11-07 06:33:43 +01:00
Fixed type
This commit is contained in:
parent
76946321d6
commit
451c93a52c
@ -46,7 +46,12 @@ re_decl = re.compile( "".join( [ r"^\ *",
|
||||
r"|intrinsic *(::)?",
|
||||
r"|external *(::)?",
|
||||
r"|equivalence *(::)?",
|
||||
<<<<<<< Updated upstream
|
||||
r"|type ?\(",
|
||||
=======
|
||||
r"|type *\(",
|
||||
r"|type +",
|
||||
>>>>>>> Stashed changes
|
||||
r"|end ?type",
|
||||
r")[^=(]"
|
||||
] ) )
|
||||
|
Loading…
Reference in New Issue
Block a user