XRM 84: Fix the type-checking traversal.

21 Jun
2006
21 Jun
'06
7:15 p.m.
https://svn.lrde.epita.fr/svn/xrm/trunk Index: ChangeLog from SIGOURE Benoit <sigoure.benoit@lrde.epita.fr> Fix the type-checking traversal. * src/str/type-check.str: Fix the traversal. type-check.str | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: src/str/type-check.str --- src/str/type-check.str (revision 83) +++ src/str/type-check.str (working copy) @@ -33,5 +33,5 @@ check-array-access <+ Module(id, type-check) /* Because label can have array access with undefined identifiers: */ - <+ Command(id, type-check) + <+ Command(id, type-check, type-check) <+ all(type-check)
7004
Age (days ago)
7004
Last active (days ago)
0 comments
1 participants
participants (1)
-
SIGOURE Benoit