[pypy-dev] small patch for translator/c/src/ll_osdefs.h for win32

Armin Rigo arigo at tunes.org
Thu Jul 27 11:55:08 CEST 2006


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



More information about the Pypy-dev mailing list