Made some more things static, and other cleanup for new naming scheme

This commit is contained in:
Guido van Rossum 1995-01-17 16:13:48 +00:00
parent 78c0535a22
commit cd938fc5a1
5 changed files with 10 additions and 11 deletions

View file

@ -31,7 +31,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "graminit.h"
#include "errcode.h"
object *
static object *
node2tuple(n)
node *n;
{