repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86/ldt: Further fix FPU emulation
[linux/fpc-iii.git]
/
tools
/
build
/
feature
/
test-libpython-version.c
blob
facea122d812eb27585037afe9b3a97737cb31bf
1
#include <Python.h>
2
3
#if PY_VERSION_HEX >= 0x03000000
4
#error
5
#endif
6
7
int
main
(
void
)
8
{
9
return
0
;
10
}