cpython/Tools/modulator/Templates/module_head

8 lines
165 B
Plaintext
Raw Normal View History

1995-03-02 10:05:29 -04:00
#include "allobjects.h"
#include "modsupport.h" /* For getargs() etc. */
static object *ErrorObject;
/* ----------------------------------------------------- */