[Patches] [ python-Patches-410161 ] Create parsermodule.h

noreply@sourceforge.net noreply@sourceforge.net
Tue, 20 Mar 2001 13:38:36 -0800


Patches item #410161, was updated on 2001-03-20 13:38
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=410161&group_id=5470

Category: Modules
Group: None
Status: Open
Priority: 5
Submitted By: Paul Prescod (prescod)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: Create parsermodule.h

Initial Comment:
(supercedes #409307)

When Fred created parsermodule.c back in the mid-90's 
he put in a comment that some of the code should 
really be moved into a header file for more general 
use. Now I need that feature to implement compiler 
hooks. 

The basic idea is that parsermodule declared all of 
its types and functions in the .c file instead of 
a .h. That meant that they were unavailable to other 
code.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=410161&group_id=5470