mirror of
https://gitlab.com/scemama/irpf90.git
synced 2025-01-09 20:48:19 +01:00
Fix toucher 2.
This commit is contained in:
parent
24e968de70
commit
3084774791
@ -402,7 +402,7 @@ class Entity(object):
|
||||
return []
|
||||
|
||||
from util import mangled
|
||||
parents = mangled(self.parents)
|
||||
parents = mangled(self.parents,self.d_entity)
|
||||
name = self.name
|
||||
|
||||
result = ["subroutine touch_%s" % (name)]
|
||||
|
Loading…
Reference in New Issue
Block a user