comparison undefined.h @ 98:3baa418b7ba8

Changed includes from Python/Python.h to just Python.h.
author Atul Varma <varmaa@toolness.com>
date Sat, 15 Aug 2009 10:49:25 -0700
parents a2b617731398
children
comparison
equal deleted inserted replaced
97:409cff0c7afb 98:3baa418b7ba8
35 * ***** END LICENSE BLOCK ***** */ 35 * ***** END LICENSE BLOCK ***** */
36 36
37 #ifndef PYM_UNDEFINED_H 37 #ifndef PYM_UNDEFINED_H
38 #define PYM_UNDEFINED_H 38 #define PYM_UNDEFINED_H
39 39
40 #include <Python/Python.h> 40 #include <Python.h>
41 41
42 #define Py_RETURN_UNDEFINED { Py_INCREF(PYM_undefined); \ 42 #define Py_RETURN_UNDEFINED { Py_INCREF(PYM_undefined); \
43 return (PyObject *) PYM_undefined; } 43 return (PyObject *) PYM_undefined; }
44 44
45 typedef struct { 45 typedef struct {