Lots of small things, see ChangeLog

This commit is contained in:
Guido van Rossum 1994-12-30 15:33:50 +00:00
parent 31b7727bad
commit 66cb311fba
9 changed files with 14 additions and 10 deletions

View file

@ -31,6 +31,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/* Built-in module interface */
extern object *getbuiltin PROTO((object *));
extern object *getbuiltins PROTO((char *));
extern int setbuiltin PROTO((char *, object *));
#ifdef __cplusplus