Hi Lawrence, On Thu, Jul 27, 2006 at 11:17:12AM +0200, Lawrence Oluyede wrote: > I think it could also be better to refactor a bit that header. I > placed the header I needed for my extension modules but I realize > that's not the right place for them. We can move out "my" includes in > a separate modules.h and include it in g_prerequisite.h or g_include.h > or whatever.
The rctypes-based modules' includes shouldn't go in the static .h files. They are generated automatically by genc if you use the correct magic: look for _includes_ in module/readline/c_readline.py. A bientot, Armin _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
