cpython/Tools/modulator/Templates/module_head
1995-03-02 14:05:29 +00:00

7 lines
165 B
Text

#include "allobjects.h"
#include "modsupport.h" /* For getargs() etc. */
static object *ErrorObject;
/* ----------------------------------------------------- */