[m-dev.] bootstrap failed
Zoltan Somogyi
zs at cs.mu.oz.au
Wed Feb 19 12:44:53 AEDT 1997
> - { map__set(Ctors0, ConsId, [ConsDefn | ConsDefns1], Ctors1) },
> + { map__set(Ctors0, ConsId, ConsDefns2, Ctors1) },
> { ConsId = cons(qualified(_, ConsName), Arity) ->
> % Add an unqualified version of the cons_id to the cons_table.
> UnqualifiedConsId = cons(unqualified(ConsName), Arity),
> - ( map__search(Ctors1, UnqualifiedConsId, ConsDefns2) ->
> + ( map__search(Ctors1, UnqualifiedConsId, ConsDefns3) ->
> map__set(Ctors1, UnqualifiedConsId,
> - [ConsDefn | ConsDefns2], Ctors2)
> + [ConsDefn | ConsDefns3], Ctors2)
Can you please use more descriptive names here? That should help prevent
similar mistakes in the future.
Zoltan.
More information about the developers
mailing list