Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hm. What was previously checked in was the edited *output* of the old | Guido van Rossum | 1997-04-29 | 1 | -704/+693 |
| | | | | | | | cgen.py. Now that cgen.py and cstubs have been quickly renamed, check in the actual output. This has some "old-style" names left in (getilongarg etc.) but these are now take care of by macros in cgensupport.h (which is now specific to glmodule.c). | ||||
* | Renamed. | Roger E. Masse | 1996-12-24 | 1 | -0/+8530 |
However: "cgensupport.h" is still present... otherwise I get maaaany type errors... not sure if this needs more attention. |