Bug with types

This commit is contained in:
Anthony Scemama 2013-01-04 17:15:08 +01:00
parent e0446eb0be
commit a27788abba
1 changed files with 1 additions and 0 deletions

View File

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