10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-06-02 11:25:19 +02:00

Bug with types

This commit is contained in:
Anthony Scemama 2013-01-04 17:15:08 +01:00
parent e0446eb0be
commit a27788abba

View File

@ -47,6 +47,7 @@ re_decl = re.compile( "".join( [ r"^\ *",
r"|external *(::)?",
r"|equivalence *(::)?",
r"|type",
r"|end ?type",
r")[^=(]"
] ) )