advansys: use 'bool' instead of 'int'
[linux-2.6/btrfs-unstable.git] / tools / build / feature / test-libpython-version.c
blobfacea122d812eb27585037afe9b3a97737cb31bf
1 #include <Python.h>
3 #if PY_VERSION_HEX >= 0x03000000
4 #error
5 #endif
7 int main(void)
9 return 0;