From: Yukihiro Matsumoto Date: 2005-07-12T15:47:35+09:00 Subject: Re: accessing index inside map Hi, In message "Re: accessing index inside map" on Tue, 12 Jul 2005 15:17:53 +0900, nobuyoshi nakada writes: |Enumerator needs its own initialization routine to be called |after Init_GC() got run, so one alternative Would be to move |enumerator.c to the top directory. Adding Init_Enumerable() as well in the enum.c seems enough for me. Don't forget to modify inits.c too. matz.