You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
293 B
20 lines
293 B
15 years ago
|
/*
|
||
|
Copyright 1998 The Regents of the University of California.
|
||
|
All rights reserved. See Legal.htm for full text and disclaimer.
|
||
|
*/
|
||
|
|
||
|
#include "Python.h"
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
PyObject py_object_initializer = {PyObject_HEAD_INIT(0)};
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|