]> granicus.if.org Git - python/commit
In method & function tables, added a cast for the function pointers to keep
authorFred Drake <fdrake@acm.org>
Tue, 21 Apr 1998 22:31:45 +0000 (22:31 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 21 Apr 1998 22:31:45 +0000 (22:31 +0000)
commit301b5bea3f05ade07622eccb19f1fe9e3c18cb73
tree7cbc32479d10aca56018ceceb7af800d1790c1c8
parent565798d4930cf3b557ee43505c21a05d926210d3
In method & function tables, added a cast for the function pointers to keep
compilers happy.

initparser():  Remove unused variable.

gcc -Wall is now happy.
Modules/parsermodule.c