source: trunk/essentials/dev-lang/python/Include/boolobject.h@ 3390

Last change on this file since 3390 was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 914 bytes
Line 
1/* Boolean object interface */
2
3#ifndef Py_BOOLOBJECT_H
4#define Py_BOOLOBJECT_H
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9
10typedef PyIntObject PyBoolObject;